Searched refs:prefixOrderIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 104 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/ |
D | RemoteAnimationTargetCompat.java | 44 public final int prefixOrderIndex; field in RemoteAnimationTargetCompat 58 prefixOrderIndex = app.prefixOrderIndex; in RemoteAnimationTargetCompat()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfacePlacer.java | 437 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/ |
D | RemoteAnimationControllerTest.java | 104 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/ |
D | ActivityLaunchAnimator.java | 250 1f /* alpha */, m, mWindowCrop, app.prefixOrderIndex); in applyParamsToWindow()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 6205 Landroid/view/RemoteAnimationTarget;->prefixOrderIndex:I
|