Home
last modified time | relevance | path

Searched defs:prefixOrderIndex (Results 1 – 2 of 2) 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()
266 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, in RemoteAnimationTarget()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java1431 final int prefixOrderIndex = app.getPrefixOrderIndex(); in getTopApp() local