Home
last modified time | relevance | path

Searched refs:counterLauncher (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationRunnerCompat.java121 final CounterRotator counterLauncher = new CounterRotator(); in wrap() local
126 counterLauncher.setup(t, parent.getLeash(), rotateDelta, displayW, in wrap()
132 if (counterLauncher.getSurface() != null) { in wrap()
133 t.setLayer(counterLauncher.getSurface(), launcherLayer); in wrap()
138 if (counterLauncher.getSurface() != null) { in wrap()
139 t.setLayer(counterLauncher.getSurface(), info.getChanges().size() * 3); in wrap()
152 counterLauncher.addChild(t, leash); in wrap()
162 counterLauncher.addChild(t, leashMap.get(launcherTask.getLeash())); in wrap()
184 counterLauncher.cleanUp(finishTransaction); in wrap()