Searched refs:isNotInRecents (Results 1 – 2 of 2) sorted by relevance
164 public boolean isNotInRecents; field in RemoteAnimationTarget168 Rect sourceContainerBounds, WindowConfiguration windowConfig, boolean isNotInRecents, in RemoteAnimationTarget() argument180 this.isNotInRecents = isNotInRecents; in RemoteAnimationTarget()196 isNotInRecents = in.readBoolean(); in RemoteAnimationTarget()218 dest.writeBoolean(isNotInRecents); in writeToParcel()
48 public final boolean isNotInRecents; field in RemoteAnimationTargetCompat62 isNotInRecents = app.isNotInRecents; in RemoteAnimationTargetCompat()