Home
last modified time | relevance | path

Searched refs:enterPictureInPictureMode (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DActivityEmbeddingSecondaryActivity.java78 enterPictureInPictureMode(picInPicParamsBuilder.build()); in onCreate()
H A DPipActivity.java211 enterPictureInPictureMode(); in onUserLeaveHint()
227 enterPictureInPictureMode(mPipParamsBuilder.build()); in enterPip()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityClient.java353 boolean enterPictureInPictureMode(IBinder token, PictureInPictureParams params) { in enterPictureInPictureMode() method in ActivityClient
355 return getActivityClientController().enterPictureInPictureMode(token, params); in enterPictureInPictureMode()
H A DIActivityClientController.aidl103 boolean enterPictureInPictureMode(in IBinder token, in PictureInPictureParams params); in enterPictureInPictureMode() method
H A DActivity.java1066 enterPictureInPictureMode();
2959 public void enterPictureInPictureMode() { in enterPictureInPictureMode() method in Activity
2960 enterPictureInPictureMode(new PictureInPictureParams.Builder().build()); in enterPictureInPictureMode()
2986 public boolean enterPictureInPictureMode(@NonNull PictureInPictureParams params) { in enterPictureInPictureMode() method in Activity
3001 mIsInPictureInPictureMode = ActivityClient.getInstance().enterPictureInPictureMode( in enterPictureInPictureMode()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java869 public boolean enterPictureInPictureMode(IBinder token, final PictureInPictureParams params) { in enterPictureInPictureMode() method in ActivityClientController
875 return mService.enterPictureInPictureMode(r, params, true /* fromClient */); in enterPictureInPictureMode()
1006 return mService.enterPictureInPictureMode(r, r.pictureInPictureArgs, in requestPictureInPictureMode()
H A DActivityTaskManagerService.java3602 boolean enterPictureInPictureMode(@NonNull ActivityRecord r, in enterPictureInPictureMode() method in ActivityTaskManagerService
3604 return enterPictureInPictureMode(r, params, fromClient, false /* isAutoEnter */); in enterPictureInPictureMode()
3615 boolean enterPictureInPictureMode(@NonNull ActivityRecord r, in enterPictureInPictureMode() method in ActivityTaskManagerService
H A DTaskFragment.java1672 boolean didAutoPip = mAtmService.enterPictureInPictureMode( in startPausing()
H A DTransition.java1050 final boolean inPip = mController.mAtm.enterPictureInPictureMode(ar, in checkEnterPipOnFinish()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityThreadTest.java906 enterPictureInPictureMode(new PictureInPictureParams.Builder().build()); in onPictureInPictureRequested()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java1079 assertTrue(mWm.mAtmService.mActivityClientController.enterPictureInPictureMode( in testEnterPipParams()
1101 assertTrue(mWm.mAtmService.mActivityClientController.enterPictureInPictureMode( in testChangePipParams()
H A DActivityTaskManagerServiceTests.java333 mAtm.mActivityClientController.enterPictureInPictureMode(token, params); in testEnterPipModeWhenRecordParentChangesToNull()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4331 method @Deprecated public void enterPictureInPictureMode();
4332 method public boolean enterPictureInPictureMode(@NonNull android.app.PictureInPictureParams);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt5312 Landroid/app/IActivityManager$Stub$Proxy;->enterPictureInPictureMode(Landroid/os/IBinder;Landroid/a…
5942 Landroid/app/IActivityManager;->enterPictureInPictureMode(Landroid/os/IBinder;Landroid/app/PictureI…