Searched refs:getPrefixOrderIndex (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowContainerTests.java | 846 assertEquals(0, root.getPrefixOrderIndex()); in testPrefixOrderIndex() 847 assertEquals(1, child1.getPrefixOrderIndex()); in testPrefixOrderIndex() 848 assertEquals(2, child11.getPrefixOrderIndex()); in testPrefixOrderIndex() 849 assertEquals(3, child12.getPrefixOrderIndex()); in testPrefixOrderIndex() 850 assertEquals(4, child2.getPrefixOrderIndex()); in testPrefixOrderIndex() 851 assertEquals(5, child21.getPrefixOrderIndex()); in testPrefixOrderIndex() 852 assertEquals(6, child22.getPrefixOrderIndex()); in testPrefixOrderIndex() 853 assertEquals(7, child221.getPrefixOrderIndex()); in testPrefixOrderIndex() 854 assertEquals(8, child222.getPrefixOrderIndex()); in testPrefixOrderIndex() 855 assertEquals(9, child223.getPrefixOrderIndex()); in testPrefixOrderIndex() [all …]
|
D | RemoteAnimationControllerTest.java | 187 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testRun() 614 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testNonAppIncluded_keygaurdGoingAway()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WallpaperAnimationAdapter.java | 99 mWallpaperToken.getPrefixOrderIndex(), new Point(), null, null, in createRemoteAnimationTarget() 146 t.setLayer(animationLeash, mWallpaperToken.getPrefixOrderIndex()); in startAnimation()
|
D | NonAppWindowAnimationAdapter.java | 147 new Rect(), null, mWindowContainer.getPrefixOrderIndex(), in createRemoteAnimationTarget()
|
D | AppTransitionController.java | 877 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter() 1420 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp()
|
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()
|
D | RecentsAnimationController.java | 1214 insets, mTask.getPrefixOrderIndex(), new Point(mBounds.left, mBounds.top),
|
D | BackNavigationController.java | 1506 insets, r.getPrefixOrderIndex(), new Point(mBounds.left, mBounds.top), in createRemoteAnimationTarget()
|
D | Transition.java | 3799 int score = target.mContainer.getPrefixOrderIndex(); in add()
|
D | ActivityRecord.java | 10988 getPrefixOrderIndex(), record.mAdapter.mPosition, record.mAdapter.mLocalBounds,
|
/frameworks/base/services/ |
D | art-wear-profile | 29251 PLcom/android/server/wm/WindowContainer;->getPrefixOrderIndex()I 29252 PLcom/android/server/wm/WindowContainer;->getPrefixOrderIndex(Lcom/android/server/wm/WindowContaine…
|