Searched refs:prefixOrderIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 134 public final int prefixOrderIndex; field in RemoteAnimationTarget 206 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget() argument 210 this(taskId, mode, leash, isTranslucent, clipRect, contentInsets, prefixOrderIndex, in RemoteAnimationTarget() 216 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget() argument 228 this.prefixOrderIndex = prefixOrderIndex; in RemoteAnimationTarget() 248 prefixOrderIndex = in.readInt(); in RemoteAnimationTarget() 274 dest.writeInt(prefixOrderIndex); in writeToParcel() 293 pw.print(" prefixOrderIndex="); pw.print(prefixOrderIndex); in dump() 313 proto.write(PREFIX_ORDER_INDEX, prefixOrderIndex); in dumpDebug()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/ |
D | RemoteTransitionTest.java | 78 changeLayer = t.prefixOrderIndex; in testLegacyTargetExtract() 80 closeLayer = t.prefixOrderIndex; in testLegacyTargetExtract() 92 assertTrue(wallps[0].prefixOrderIndex < closeLayer); in testLegacyTargetExtract()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationTargetCompat.java | 63 public final int prefixOrderIndex; field in RemoteAnimationTargetCompat 86 prefixOrderIndex = app.prefixOrderIndex; in RemoteAnimationTargetCompat() 206 prefixOrderIndex = order; in RemoteAnimationTargetCompat()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransitionController.java | 536 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter() 538 if (r != null && filter.test(r) && prefixOrderIndex > bestPrefixOrderIndex) { in lookForHighestTokenWithFilter() 539 bestPrefixOrderIndex = prefixOrderIndex; in lookForHighestTokenWithFilter() 973 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp() local 974 if (prefixOrderIndex > topPrefixOrderIndex) { in getTopApp() 975 topPrefixOrderIndex = prefixOrderIndex; in getTopApp()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RemoteAnimationControllerTest.java | 142 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testRun() 480 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testNonAppIncluded_keygaurdGoingAway()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityLaunchAnimator.kt | 613 .withLayer(window.prefixOrderIndex) in <lambda>()
|