Searched refs:getPrefixOrderIndex (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowContainerTests.java | 858 assertEquals(0, root.getPrefixOrderIndex()); in testPrefixOrderIndex() 859 assertEquals(1, child1.getPrefixOrderIndex()); in testPrefixOrderIndex() 862 assertEquals(4, child2.getPrefixOrderIndex()); in testPrefixOrderIndex() 885 assertEquals(0, root.getPrefixOrderIndex()); in testPrefixOrder_addEntireSubtree() 887 assertEquals(2, child1.getPrefixOrderIndex()); in testPrefixOrder_addEntireSubtree() 890 assertEquals(5, child2.getPrefixOrderIndex()); in testPrefixOrder_addEntireSubtree() 891 assertEquals(6, child3.getPrefixOrderIndex()); in testPrefixOrder_addEntireSubtree() 906 assertEquals(0, root.getPrefixOrderIndex()); in testPrefixOrder_remove() 907 assertEquals(1, child1.getPrefixOrderIndex()); in testPrefixOrder_remove() 910 assertEquals(4, child2.getPrefixOrderIndex()); in testPrefixOrder_remove() [all …]
|
H A D | RemoteAnimationControllerTest.java | 187 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testRun() 614 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testNonAppIncluded_keygaurdGoingAway()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WallpaperAnimationAdapter.java | 99 mWallpaperToken.getPrefixOrderIndex(), new Point(), null, null, in createRemoteAnimationTarget() 146 t.setLayer(animationLeash, mWallpaperToken.getPrefixOrderIndex()); in startAnimation()
|
H A D | NonAppWindowAnimationAdapter.java | 147 new Rect(), null, mWindowContainer.getPrefixOrderIndex(), in createRemoteAnimationTarget()
|
H A D | AppTransitionController.java | 878 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter() 1431 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp()
|
H A D | WindowContainer.java | 903 int getPrefixOrderIndex() { in getPrefixOrderIndex() method in WindowContainer 907 return mParent.getPrefixOrderIndex(this); in getPrefixOrderIndex() 910 private int getPrefixOrderIndex(WindowContainer child) { in getPrefixOrderIndex() method in WindowContainer 920 order += mParent.getPrefixOrderIndex(this); in getPrefixOrderIndex()
|
H A D | BackNavigationController.java | 1023 insets, r.getPrefixOrderIndex(), new Point(mBounds.left, mBounds.top), in createRemoteAnimationTarget()
|
H A D | RecentsAnimationController.java | 1191 insets, mTask.getPrefixOrderIndex(), new Point(mBounds.left, mBounds.top),
|
H A D | Transition.java | 3165 int score = target.mContainer.getPrefixOrderIndex(); in add()
|
H A D | ActivityRecord.java | 10610 getPrefixOrderIndex(), record.mAdapter.mPosition, record.mAdapter.mLocalBounds,
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 11775 HPLcom/android/server/wm/WindowContainer;->getPrefixOrderIndex(Lcom/android/server/wm/WindowContain…
|