Home
last modified time | relevance | path

Searched refs:getPrefixOrderIndex (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java858 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 DRemoteAnimationControllerTest.java187 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 DWallpaperAnimationAdapter.java99 mWallpaperToken.getPrefixOrderIndex(), new Point(), null, null, in createRemoteAnimationTarget()
146 t.setLayer(animationLeash, mWallpaperToken.getPrefixOrderIndex()); in startAnimation()
H A DNonAppWindowAnimationAdapter.java147 new Rect(), null, mWindowContainer.getPrefixOrderIndex(), in createRemoteAnimationTarget()
H A DAppTransitionController.java878 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter()
1431 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp()
H A DWindowContainer.java903 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 DBackNavigationController.java1023 insets, r.getPrefixOrderIndex(), new Point(mBounds.left, mBounds.top), in createRemoteAnimationTarget()
H A DRecentsAnimationController.java1191 insets, mTask.getPrefixOrderIndex(), new Point(mBounds.left, mBounds.top),
H A DTransition.java3165 int score = target.mContainer.getPrefixOrderIndex(); in add()
H A DActivityRecord.java10610 getPrefixOrderIndex(), record.mAdapter.mPosition, record.mAdapter.mLocalBounds,
/aosp14/frameworks/base/services/
H A Dart-profile11775 HPLcom/android/server/wm/WindowContainer;->getPrefixOrderIndex(Lcom/android/server/wm/WindowContain…