Searched refs:getTaskIndexOf (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskDisplayAreaTests.java | 704 assertEquals(topPosition - 1, getTaskIndexOf(taskDisplayArea, anotherAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 712 assertEquals(topPosition - 3, getTaskIndexOf(taskDisplayArea, nonAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 720 assertEquals(topPosition - 2, getTaskIndexOf(taskDisplayArea, anotherAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 726 assertEquals(topPosition - 2, getTaskIndexOf(taskDisplayArea, anotherAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 729 assertEquals(topPosition - 1, getTaskIndexOf(taskDisplayArea, anotherAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 738 assertEquals(topPosition - 1, getTaskIndexOf(taskDisplayArea, pinnedRootTask)); in testAlwaysOnTopRootTaskLocation() 751 getTaskIndexOf(taskDisplayArea, assistRootTask)); in testAlwaysOnTopRootTaskLocation()
|
D | RootTaskTests.java | 348 assertEquals(0, getTaskIndexOf(mDefaultTaskDisplayArea, primarySplitScreen)); in testPrimarySplitScreenMoveToBack() 919 int homeRootTaskIndex = getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindFullscreen() 922 assertEquals(homeRootTaskIndex, getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindFullscreen() 937 int homeRootTaskIndex = getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent() 940 assertEquals(homeRootTaskIndex, getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent() 954 int homeRootTaskIndex = getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeOnTop() 957 assertEquals(homeRootTaskIndex, getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeOnTop() 1017 int homeRootTaskIndex = getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask); in testMoveHomeRootTaskBehindRootTask_BehindHomeRootTask() 1019 assertEquals(homeRootTaskIndex, getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask)); in testMoveHomeRootTaskBehindRootTask_BehindHomeRootTask()
|
D | WindowTestsBase.java | 451 static int getTaskIndexOf(TaskDisplayArea taskDisplayArea, Task task) { in getTaskIndexOf() method in WindowTestsBase 463 final int subIndex = getTaskIndexOf(tda, task); in getTaskIndexOf()
|