Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java496 private boolean mDisallowEnterPictureInPictureWhileLaunching; field in ActivityOptions
1298 mDisallowEnterPictureInPictureWhileLaunching = opts.getBoolean( in ActivityOptions()
1919 mDisallowEnterPictureInPictureWhileLaunching = disallow; in setDisallowEnterPictureInPictureWhileLaunching()
1924 return mDisallowEnterPictureInPictureWhileLaunching; in disallowEnterPictureInPictureWhileLaunching()
2306 if (mDisallowEnterPictureInPictureWhileLaunching) { in toBundle()
2308 mDisallowEnterPictureInPictureWhileLaunching); in toBundle()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1815 Landroid/app/ActivityOptions;->mDisallowEnterPictureInPictureWhileLaunching:Z