Searched refs:mSupportsPictureInPicture (Results 1 – 11 of 11) sorted by relevance
466 boolean mSupportsPictureInPicture; field in Task627 mSupportsPictureInPicture = supportsPictureInPicture; in Task()1036 mSupportsPictureInPicture = info.supportsPictureInPicture(); in setIntent()2813 || (mSupportsPictureInPicture && checkPictureInPictureSupport); in isResizeable()3900 pw.print(" mSupportsPictureInPicture="); pw.print(mSupportsPictureInPicture);4005 out.attributeBoolean(null, ATTR_SUPPORTS_PICTURE_IN_PICTURE, mSupportsPictureInPicture);6428 private boolean mSupportsPictureInPicture;6604 mSupportsPictureInPicture = supportsPictureInPicture;6712 mAtmService.mSupportsPictureInPicture)) {6764 mSupportsPictureInPicture = mActivityInfo.supportsPictureInPicture();[all …]
626 return mSupervisor.mService.mSupportsPictureInPicture in canApplyPipWindowPolicy()
1367 boolean supportsPip = mAtmService.mSupportsPictureInPicture;
1048 if (!mService.mSupportsPictureInPicture) { in ensureValidPictureInPictureActivityParams()
620 boolean mSupportsPictureInPicture; field in ActivityTaskManagerService971 mSupportsPictureInPicture = supportsPictureInPicture; in retrieveSettings()978 mSupportsPictureInPicture = false; in retrieveSettings()
1607 return (mService.mSupportsPictureInPicture in canUseActivityOptionsLaunchBounds()
3349 return mAtmService.mSupportsPictureInPicture && isActivityTypeStandardOrUndefined() in supportsPictureInPicture()
7467 if (!mAtmService.mSupportsPictureInPicture) { in registerPinnedTaskListener()
617 mSupportsPictureInPicture = true;
2320 mAtm.mSupportsPictureInPicture = false; in testSupportsPictureInPicture()2324 mAtm.mSupportsPictureInPicture = true; in testSupportsPictureInPicture()2341 mAtm.mSupportsPictureInPicture = true; in testCheckEnterPictureInPictureState_displayNotSupportedPip()
289 private boolean mSupportsPictureInPicture; field in PhoneWindow438 mSupportsPictureInPicture = forceResizable || context.getPackageManager().hasSystemFeature( in PhoneWindow()2209 if (mSupportsPictureInPicture && !event.isCanceled()) { in onKeyUp()