Home
last modified time | relevance | path

Searched refs:checkEnterPictureInPictureAppOpsState (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackNavigationController.java1026 r.checkEnterPictureInPictureAppOpsState()); in createRemoteAnimationTarget()
H A DRecentsAnimationController.java1194 topApp.checkEnterPictureInPictureAppOpsState());
H A DActivityRecord.java3234 if (!checkEnterPictureInPictureAppOpsState()) { in checkEnterPictureInPictureState()
3304 boolean checkEnterPictureInPictureAppOpsState() { in checkEnterPictureInPictureAppOpsState() method in ActivityRecord
10614 record.mStartBounds, task.getTaskInfo(), checkEnterPictureInPictureAppOpsState());
H A DTransition.java2443 topRunningActivity.checkEnterPictureInPictureAppOpsState()); in calculateTransitionInfo()