Searched refs:prefixOrderIndex (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 127 public final int prefixOrderIndex; field in RemoteAnimationTarget 167 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget() argument 176 this.prefixOrderIndex = prefixOrderIndex; in RemoteAnimationTarget() 192 prefixOrderIndex = in.readInt(); in RemoteAnimationTarget() 214 dest.writeInt(prefixOrderIndex); in writeToParcel() 229 pw.print(" prefixOrderIndex="); pw.print(prefixOrderIndex); in dump() 245 proto.write(PREFIX_ORDER_INDEX, prefixOrderIndex); in writeToProto()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationTargetCompat.java | 45 public final int prefixOrderIndex; field in RemoteAnimationTargetCompat 61 prefixOrderIndex = app.prefixOrderIndex; in RemoteAnimationTargetCompat()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransitionController.java | 320 final int prefixOrderIndex = wtoken.getPrefixOrderIndex(); in lookForHighestTokenWithFilter() 321 if (filter.test(wtoken) && prefixOrderIndex > bestPrefixOrderIndex) { in lookForHighestTokenWithFilter() 322 bestPrefixOrderIndex = prefixOrderIndex; in lookForHighestTokenWithFilter() 700 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp() local 701 if (prefixOrderIndex > topPrefixOrderIndex) { in getTopApp() 702 topPrefixOrderIndex = prefixOrderIndex; in getTopApp()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RemoteAnimationControllerTest.java | 106 assertEquals(win.mAppToken.getPrefixOrderIndex(), app.prefixOrderIndex); in testRun() 111 verify(mMockTransaction).setLayer(mMockLeash, app.prefixOrderIndex); in testRun() 253 verify(mMockTransaction).setLayer(mMockLeash, app.prefixOrderIndex); in testChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ActivityLaunchAnimator.java | 274 app.prefixOrderIndex, mCornerRadius, true /* visible */); in applyParamsToWindow()
|