Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java104 public final int prefixOrderIndex; field in RemoteAnimationTarget
131 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget() argument
139 this.prefixOrderIndex = prefixOrderIndex; in RemoteAnimationTarget()
153 prefixOrderIndex = in.readInt(); in RemoteAnimationTarget()
173 dest.writeInt(prefixOrderIndex); in writeToParcel()
186 pw.print(" prefixOrderIndex="); pw.print(prefixOrderIndex); in dump()
202 proto.write(PREFIX_ORDER_INDEX, prefixOrderIndex); in writeToProto()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java44 public final int prefixOrderIndex; field in RemoteAnimationTargetCompat
58 prefixOrderIndex = app.prefixOrderIndex; in RemoteAnimationTargetCompat()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java437 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter()
438 if (filter.test(wtoken) && prefixOrderIndex > bestPrefixOrderIndex) { in lookForHighestTokenWithFilter()
439 bestPrefixOrderIndex = prefixOrderIndex; in lookForHighestTokenWithFilter()
774 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp() local
775 if (prefixOrderIndex > topPrefixOrderIndex) { in getTopApp()
776 topPrefixOrderIndex = prefixOrderIndex; in getTopApp()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java104 assertEquals(win.mAppToken.getPrefixOrderIndex(), app.prefixOrderIndex); in testRun()
109 verify(mMockTransaction).setLayer(mMockLeash, app.prefixOrderIndex); in testRun()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java250 1f /* alpha */, m, mWindowCrop, app.prefixOrderIndex); in applyParamsToWindow()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt6205 Landroid/view/RemoteAnimationTarget;->prefixOrderIndex:I