Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationRunnerCompat.java93 TransitionInfo.Change launcherTask = null; in wrap() local
107 launcherTask = change; in wrap()
123 if (launcherTask != null && rotateDelta != 0 && launcherTask.getParent() != null) { in wrap()
124 final TransitionInfo.Change parent = info.getChange(launcherTask.getParent()); in wrap()
129 Log.e(TAG, "Malformed: " + launcherTask + " has parent=" in wrap()
130 + launcherTask.getParent() + " but it's not in info."); in wrap()
161 if (launcherTask != null) { in wrap()
162 counterLauncher.addChild(t, leashMap.get(launcherTask.getLeash())); in wrap()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotPolicyImplTest.kt73 tasks = listOf(pipTask, fullScreenWorkProfileTask, launcherTask, emptyTask) in <lambda>()
86 tasks = listOf(fullScreenWorkProfileTask, launcherTask, emptyTask) in <lambda>()
107 tasks = listOf(launcherTask, fullScreenWorkProfileTask, emptyTask) in <lambda>()
111 assertThat(info).isEqualTo(launcherTask.toDisplayContentInfo()) in <lambda>()
157 private val launcherTask = constant in com.android.systemui.screenshot.ScreenshotPolicyImplTest