Home
last modified time | relevance | path

Searched defs:allowEnterPip (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java207 public boolean allowEnterPip; field in RemoteAnimationTarget
229 boolean allowEnterPip) { in RemoteAnimationTarget()
240 ActivityManager.RunningTaskInfo taskInfo, boolean allowEnterPip, in RemoteAnimationTarget()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java71 public final boolean allowEnterPip; field in RemoteAnimationTargetCompat
/aosp12/frameworks/base/core/java/android/window/
H A DTransitionInfo.java429 public void setAllowEnterPip(boolean allowEnterPip) { in setAllowEnterPip()