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

/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedStackWindowController.java51 if (!mService.mSupportsPictureInPicture || mContainer == null) {
136 if (!mService.mSupportsPictureInPicture || mContainer == null) {
163 if (!mService.mSupportsPictureInPicture || mContainer == null) {
H A DTask.java83 private boolean mSupportsPictureInPicture; field in class:Task
111 mSupportsPictureInPicture = supportsPictureInPicture;
324 return ActivityInfo.isResizeableMode(mResizeMode) || mSupportsPictureInPicture
H A DWindowManagerService.java559 boolean mSupportsPictureInPicture = false; field in class:WindowManagerService
6916 mSupportsPictureInPicture = supportsPictureInPicture;
6943 if (!mSupportsPictureInPicture) {
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DPinnedStackControllerTest.java43 sWm.mSupportsPictureInPicture = true;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityDisplay.java296 service.mSupportsPictureInPicture, activityType)) {
533 boolean supportsPip = service.mSupportsPictureInPicture;
H A DTaskRecord.java235 private boolean mSupportsPictureInPicture; // Whether or not this task and its activities field in class:TaskRecord
418 mSupportsPictureInPicture = supportsPictureInPicture;
437 mResizeMode, mSupportsPictureInPicture, onTop,
877 mSupportsPictureInPicture = info.supportsPictureInPicture();
1496 || (checkSupportsPip && mSupportsPictureInPicture));
2022 pw.print(" mSupportsPictureInPicture=" + mSupportsPictureInPicture);
2157 String.valueOf(mSupportsPictureInPicture));
H A DActivityRecord.java1223 return service.mSupportsPictureInPicture && isActivityTypeStandardOrUndefined()
H A DActivityManagerService.java1669 * @see #mSupportsPictureInPicture
1675 boolean mSupportsPictureInPicture; field in class:ActivityManagerService
8942 if (!mSupportsPictureInPicture) {
11462 if (!mSupportsPictureInPicture) {
15080 mSupportsPictureInPicture = supportsPictureInPicture;
15086 mSupportsPictureInPicture = false;
15090 mWindowManager.setSupportsPictureInPicture(mSupportsPictureInPicture);
[all...]
H A DActivityStackSupervisor.java2345 return (mService.mSupportsPictureInPicture
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityTestsBase.java350 mSupportsPictureInPicture = true;
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java210 private boolean mSupportsPictureInPicture; field in class:PhoneWindow
331 mSupportsPictureInPicture = forceResizable || context.getPackageManager().hasSystemFeature(
2049 if (mSupportsPictureInPicture && !event.isCanceled()) {

Completed in 161 milliseconds