Searched defs:prefixOrderIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java44 public final int prefixOrderIndex; field in class:RemoteAnimationTargetCompat
58 prefixOrderIndex = app.prefixOrderIndex;
/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java104 public final int prefixOrderIndex; field in class:RemoteAnimationTarget
131 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position,
139 this.prefixOrderIndex = prefixOrderIndex;
153 prefixOrderIndex = in.readInt();
173 dest.writeInt(prefixOrderIndex);
186 pw.print(" prefixOrderIndex="); pw.print(prefixOrderIndex);
202 proto.write(PREFIX_ORDER_INDEX, prefixOrderIndex);
130 RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, Rect sourceContainerBounds, WindowConfiguration windowConfig, boolean isNotInRecents) argument

Completed in 64 milliseconds