Home
last modified time | relevance | path

Searched refs:prefixOrderIndex (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java141 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
H A DRemoteTransitionTest.java89 changeLayer = t.prefixOrderIndex; in testLegacyTargetExtract()
91 closeLayer = t.prefixOrderIndex; in testLegacyTargetExtract()
103 assertTrue(wallps[0].prefixOrderIndex < closeLayer); in testLegacyTargetExtract()
110 assertTrue(nonApps[0].prefixOrderIndex == Integer.MAX_VALUE); in testLegacyTargetExtract()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java878 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter()
880 if (r != null && filter.test(r) && prefixOrderIndex > bestPrefixOrderIndex) { in lookForHighestTokenWithFilter()
881 bestPrefixOrderIndex = prefixOrderIndex; in lookForHighestTokenWithFilter()
1431 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp() local
1432 if (prefixOrderIndex > topPrefixOrderIndex) { in getTopApp()
1433 topPrefixOrderIndex = prefixOrderIndex; in getTopApp()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRemoteAnimationControllerTest.java187 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testRun()
614 assertEquals(win.mActivityRecord.getPrefixOrderIndex(), app.prefixOrderIndex); in testNonAppIncluded_keygaurdGoingAway()