Searched refs:mSupportsPictureInPicture (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedStackWindowController.java53 if (!mService.mSupportsPictureInPicture || mContainer == null) {
137 if (!mService.mSupportsPictureInPicture || mContainer == null) {
164 if (!mService.mSupportsPictureInPicture || mContainer == null) {
H A DTask.java86 private boolean mSupportsPictureInPicture; field in class:Task
111 mSupportsPictureInPicture = supportsPictureInPicture;
346 return ActivityInfo.isResizeableMode(mResizeMode) || mSupportsPictureInPicture
H A DWindowManagerService.java546 boolean mSupportsPictureInPicture = false; field in class:WindowManagerService
6997 mSupportsPictureInPicture = supportsPictureInPicture;
7024 if (!mSupportsPictureInPicture) {
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java224 private boolean mSupportsPictureInPicture; // Whether or not this task and its activities field in class:TaskRecord
433 mSupportsPictureInPicture = supportsPictureInPicture;
454 mResizeMode, mSupportsPictureInPicture, isHomeTask(), onTop, showForAllUsers,
878 mSupportsPictureInPicture = info.supportsPictureInPicture();
1549 || (checkSupportsPip && mSupportsPictureInPicture)) && !mTemporarilyUnresizable;
1749 String.valueOf(mSupportsPictureInPicture));
2330 pw.print(" mSupportsPictureInPicture=" + mSupportsPictureInPicture);
H A DActivityRecord.java1138 return service.mSupportsPictureInPicture && !isHomeActivity()
H A DActivityManagerService.java1501 * @see #mSupportsPictureInPicture
1507 boolean mSupportsPictureInPicture; field in class:ActivityManagerService
8041 if (!mSupportsPictureInPicture) {
10589 if (!mSupportsPictureInPicture) {
13992 mSupportsPictureInPicture = supportsPictureInPicture;
13998 mSupportsPictureInPicture = false;
14002 mWindowManager.setSupportsPictureInPicture(mSupportsPictureInPicture);
[all...]
H A DActivityStackSupervisor.java2173 return (mService.mSupportsPictureInPicture && launchStackId == PINNED_STACK_ID)
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java210 private boolean mSupportsPictureInPicture; field in class:PhoneWindow
329 mSupportsPictureInPicture = forceResizable || context.getPackageManager().hasSystemFeature(
2049 if (mSupportsPictureInPicture && !event.isCanceled()) {

Completed in 238 milliseconds