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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java47 public final boolean isNotInRecents; field in class:RemoteAnimationTargetCompat
59 isNotInRecents = app.isNotInRecents;
/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java128 public boolean isNotInRecents; field in class:RemoteAnimationTarget
132 Rect sourceContainerBounds, WindowConfiguration windowConfig, boolean isNotInRecents) {
143 this.isNotInRecents = isNotInRecents;
157 isNotInRecents = in.readBoolean();
177 dest.writeBoolean(isNotInRecents);
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 816 milliseconds