Searched refs:checkEnterPictureInPictureState (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityTaskManagerServiceTests.java | 128 doReturn(true).when(activity).checkEnterPictureInPictureState(anyString(), anyBoolean()); in testOnPictureInPictureRequested() 147 doReturn(false).when(activity).checkEnterPictureInPictureState(anyString(), anyBoolean()); in testOnPictureInPictureRequested_cannotEnterPip() 308 .checkEnterPictureInPictureState("enterPictureInPictureMode", false); in testEnterPipModeWhenRecordParentChangesToNull() 328 doReturn(true).when(activity).checkEnterPictureInPictureState(anyString(), anyBoolean()); in testEnterPipModeWhenResumed_autoEnterEnabled_returnTrue() 344 doReturn(true).when(activity).checkEnterPictureInPictureState(anyString(), anyBoolean()); in testEnterPipModeWhenResumed_autoEnterDisabled_returnTrue() 360 doReturn(true).when(activity).checkEnterPictureInPictureState(anyString(), anyBoolean()); in testEnterPipModeWhenPausing_autoEnterEnabled_returnFalse() 376 doReturn(true).when(activity).checkEnterPictureInPictureState(anyString(), anyBoolean()); in testEnterPipModeWhenPausing_autoEnterDisabled_returnTrue()
|
D | WindowOrganizerTests.java | 1197 doReturn(true).when(record).checkEnterPictureInPictureState(any(), anyBoolean()); in makePipableActivity()
|
D | ActivityRecordTests.java | 2350 assertFalse(activity.checkEnterPictureInPictureState("TEST", false /* beforeStopping */)); in testCheckEnterPictureInPictureState_displayNotSupportedPip()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityClientController.java | 1115 final boolean canEnterPictureInPicture = r.checkEnterPictureInPictureState( in requestPictureInPictureMode()
|
D | TaskFragment.java | 1802 final boolean lastResumedCanPip = prev.checkEnterPictureInPictureState( in startPausing()
|
D | WindowOrganizerController.java | 902 boolean canEnterPip = activity.checkEnterPictureInPictureState( in applyTaskChanges()
|
D | ActivityRecord.java | 1798 final boolean activityCanPip = checkEnterPictureInPictureState( in canAutoEnterPip() 3414 boolean checkEnterPictureInPictureState(String caller, boolean beforeStopping) { in checkEnterPictureInPictureState() method in ActivityRecord 6319 final boolean canEnterPictureInPicture = checkEnterPictureInPictureState( in makeInvisible()
|
D | Transition.java | 1136 if (!ar.checkEnterPictureInPictureState("enterPictureInPictureMode", in checkEnterPipOnFinish()
|
D | ActivityTaskManagerService.java | 3741 if (!r.checkEnterPictureInPictureState("enterPictureInPictureMode", in enterPictureInPictureMode()
|
/frameworks/base/services/ |
D | art-wear-profile | 25534 PLcom/android/server/wm/ActivityRecord;->checkEnterPictureInPictureState(Ljava/lang/String;Z)Z
|