Searched refs:prefixOrderIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 141 public final int prefixOrderIndex; field in RemoteAnimationTarget 254 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget() argument 260 this(taskId, mode, leash, isTranslucent, clipRect, contentInsets, prefixOrderIndex, in RemoteAnimationTarget() 266 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget() argument 278 this.prefixOrderIndex = prefixOrderIndex; in RemoteAnimationTarget() 305 prefixOrderIndex = in.readInt(); in RemoteAnimationTarget() 360 dest.writeInt(prefixOrderIndex); in writeToParcel() 385 pw.print(" prefixOrderIndex="); pw.print(prefixOrderIndex); in dump() 410 proto.write(PREFIX_ORDER_INDEX, prefixOrderIndex); in dumpDebug()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/ |
D | RemoteTransitionTest.java | 90 changeLayer = t.prefixOrderIndex; in testLegacyTargetExtract() 92 closeLayer = t.prefixOrderIndex; in testLegacyTargetExtract() 104 assertTrue(wallps[0].prefixOrderIndex < closeLayer); in testLegacyTargetExtract() 111 assertTrue(nonApps[0].prefixOrderIndex == Integer.MAX_VALUE); in testLegacyTargetExtract()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransitionController.java | 877 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter() 879 if (r != null && filter.test(r) && prefixOrderIndex > bestPrefixOrderIndex) { in lookForHighestTokenWithFilter() 880 bestPrefixOrderIndex = prefixOrderIndex; in lookForHighestTokenWithFilter() 1420 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp() local 1421 if (prefixOrderIndex > topPrefixOrderIndex) { in getTopApp() 1422 topPrefixOrderIndex = prefixOrderIndex; in getTopApp()
|
D | BackNavigationController.java | 1312 represent.prefixOrderIndex, in createWrapTarget()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RemoteAnimationControllerTest.java | 187 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testRun() 614 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testNonAppIncluded_keygaurdGoingAway()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/ |
D | RecentsTransitionHandler.java | 644 updatedStates[updatedStates.length - target.prefixOrderIndex] = states[i]; in handOffAnimation()
|