Home
last modified time | relevance | path

Searched refs:mDisallowEnterPictureInPictureWhileLaunching (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java416 private boolean mDisallowEnterPictureInPictureWhileLaunching; field in ActivityOptions
1161 mDisallowEnterPictureInPictureWhileLaunching = opts.getBoolean( in ActivityOptions()
1642 mDisallowEnterPictureInPictureWhileLaunching = disallow; in setDisallowEnterPictureInPictureWhileLaunching()
1647 return mDisallowEnterPictureInPictureWhileLaunching; in disallowEnterPictureInPictureWhileLaunching()
1938 if (mDisallowEnterPictureInPictureWhileLaunching) { in toBundle()
1940 mDisallowEnterPictureInPictureWhileLaunching); in toBundle()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1815 Landroid/app/ActivityOptions;->mDisallowEnterPictureInPictureWhileLaunching:Z