Searched refs:getTaskIndexOf (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskDisplayAreaTests.java | 701 assertEquals(topPosition - 1, getTaskIndexOf(taskDisplayArea, anotherAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 709 assertEquals(topPosition - 3, getTaskIndexOf(taskDisplayArea, nonAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 717 assertEquals(topPosition - 2, getTaskIndexOf(taskDisplayArea, anotherAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 723 assertEquals(topPosition - 2, getTaskIndexOf(taskDisplayArea, anotherAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 726 assertEquals(topPosition - 1, getTaskIndexOf(taskDisplayArea, anotherAlwaysOnTopRootTask)); in testAlwaysOnTopRootTaskLocation() 735 assertEquals(topPosition - 1, getTaskIndexOf(taskDisplayArea, pinnedRootTask)); in testAlwaysOnTopRootTaskLocation() 748 getTaskIndexOf(taskDisplayArea, assistRootTask)); in testAlwaysOnTopRootTaskLocation()
|
H A D | RootTaskTests.java | 344 assertEquals(0, getTaskIndexOf(mDefaultTaskDisplayArea, primarySplitScreen)); in testPrimarySplitScreenMoveToBack() 926 int homeRootTaskIndex = getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindFullscreen() 929 assertEquals(homeRootTaskIndex, getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindFullscreen() 944 int homeRootTaskIndex = getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent() 947 assertEquals(homeRootTaskIndex, getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent() 961 int homeRootTaskIndex = getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeOnTop() 964 assertEquals(homeRootTaskIndex, getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeOnTop() 1024 int homeRootTaskIndex = getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask); in testMoveHomeRootTaskBehindRootTask_BehindHomeRootTask() 1026 assertEquals(homeRootTaskIndex, getTaskIndexOf(mDefaultTaskDisplayArea, homeRootTask)); in testMoveHomeRootTaskBehindRootTask_BehindHomeRootTask()
|
H A D | WindowTestsBase.java | 522 static int getTaskIndexOf(TaskDisplayArea taskDisplayArea, Task task) { in getTaskIndexOf() method in WindowTestsBase 534 final int subIndex = getTaskIndexOf(tda, task); in getTaskIndexOf()
|