Searched defs:mSupportsPictureInPicture (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java89 private boolean mSupportsPictureInPicture; field in class:Task
114 mSupportsPictureInPicture = supportsPictureInPicture;
349 return ActivityInfo.isResizeableMode(mResizeMode) || mSupportsPictureInPicture
H A DWindowManagerService.java554 boolean mSupportsPictureInPicture = false; field in class:WindowManagerService
7139 mSupportsPictureInPicture = supportsPictureInPicture;
7166 if (!mSupportsPictureInPicture) {
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java225 private boolean mSupportsPictureInPicture; // Whether or not this task and its activities field in class:TaskRecord
434 mSupportsPictureInPicture = supportsPictureInPicture;
455 mResizeMode, mSupportsPictureInPicture, isHomeTask(), onTop, showForAllUsers,
879 mSupportsPictureInPicture = info.supportsPictureInPicture();
1573 || (checkSupportsPip && mSupportsPictureInPicture)) && !mTemporarilyUnresizable;
1782 String.valueOf(mSupportsPictureInPicture));
2363 pw.print(" mSupportsPictureInPicture=" + mSupportsPictureInPicture);
H A DActivityManagerService.java1481 * @see #mSupportsPictureInPicture
1487 boolean mSupportsPictureInPicture; field in class:ActivityManagerService
8216 if (!mSupportsPictureInPicture) {
10748 if (!mSupportsPictureInPicture) {
14108 mSupportsPictureInPicture = supportsPictureInPicture;
14114 mSupportsPictureInPicture = false;
14118 mWindowManager.setSupportsPictureInPicture(mSupportsPictureInPicture);
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java210 private boolean mSupportsPictureInPicture; field in class:PhoneWindow
330 mSupportsPictureInPicture = forceResizable || context.getPackageManager().hasSystemFeature(
2050 if (mSupportsPictureInPicture && !event.isCanceled()) {

Completed in 157 milliseconds