Searched refs:mSupportsPictureInPicture (Results 1 – 11 of 11) sorted by relevance
471 boolean mSupportsPictureInPicture; field in Task638 mSupportsPictureInPicture = supportsPictureInPicture; in Task()1052 mSupportsPictureInPicture = info.supportsPictureInPicture(); in setIntent()2737 || (mSupportsPictureInPicture && checkPictureInPictureSupport); in isResizeable()3761 pw.print(" mSupportsPictureInPicture="); pw.print(mSupportsPictureInPicture);3867 out.attributeBoolean(null, ATTR_SUPPORTS_PICTURE_IN_PICTURE, mSupportsPictureInPicture);6263 private boolean mSupportsPictureInPicture;6439 mSupportsPictureInPicture = supportsPictureInPicture;6552 mAtmService.mSupportsPictureInPicture)) {6604 mSupportsPictureInPicture = mActivityInfo.supportsPictureInPicture();[all …]
591 return mSupervisor.mService.mSupportsPictureInPicture in canApplyPipWindowPolicy()
1384 boolean supportsPip = mAtmService.mSupportsPictureInPicture;
945 if (!mService.mSupportsPictureInPicture) { in ensureValidPictureInPictureActivityParams()
606 boolean mSupportsPictureInPicture; field in ActivityTaskManagerService947 mSupportsPictureInPicture = supportsPictureInPicture; in retrieveSettings()954 mSupportsPictureInPicture = false; in retrieveSettings()
1567 return (mService.mSupportsPictureInPicture in canUseActivityOptionsLaunchBounds()
7143 if (!mAtmService.mSupportsPictureInPicture) { in registerPinnedTaskListener()
3163 return mAtmService.mSupportsPictureInPicture && isActivityTypeStandardOrUndefined() in supportsPictureInPicture()
546 mSupportsPictureInPicture = true;
2356 mAtm.mSupportsPictureInPicture = false; in testSupportsPictureInPicture()2360 mAtm.mSupportsPictureInPicture = true; in testSupportsPictureInPicture()2377 mAtm.mSupportsPictureInPicture = true; in testCheckEnterPictureInPictureState_displayNotSupportedPip()
253 private boolean mSupportsPictureInPicture; field in PhoneWindow395 mSupportsPictureInPicture = forceResizable || context.getPackageManager().hasSystemFeature( in PhoneWindow()2132 if (mSupportsPictureInPicture && !event.isCanceled()) { in onKeyUp()