Home
last modified time | relevance | path

Searched defs:taskInfo2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DShellTaskOrganizerTests.java232 RunningTaskInfo taskInfo2 = createTaskInfo(2, WINDOWING_MODE_MULTI_WINDOW); in testAddListenerForMultipleTypes() local
249 RunningTaskInfo taskInfo2 = createTaskInfo(2, WINDOWING_MODE_MULTI_WINDOW); in testRemoveListenerForMultipleTypes() local
369 final RunningTaskInfo taskInfo2 = in testOnSizeCompatActivityChanged() local
408 final RunningTaskInfo taskInfo2 = in testOnEligibleForLetterboxEducationActivityChanged() local
446 final RunningTaskInfo taskInfo2 = in testOnCameraCompatActivityChanged() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/unfold/
DUnfoldAnimationControllerTest.java126 RunningTaskInfo taskInfo2 = new TestRunningTaskInfoBuilder() in testAppearedMatchingTaskTwoDifferentAnimators_appliesUnfoldProgressToBoth() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java776 ActivityManager.RunningTaskInfo taskInfo1, ActivityManager.RunningTaskInfo taskInfo2) { in applyLayoutOffsetTarget()