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

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java209 private boolean mSupportsPictureInPicture; field in class:PhoneWindow
324 mSupportsPictureInPicture = forceResizable || context.getPackageManager().hasSystemFeature(
2030 if (mSupportsPictureInPicture && !event.isCanceled()) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1373 boolean mSupportsPictureInPicture; field in class:ActivityManagerService
7579 if (!mSupportsPictureInPicture) {
10003 if (!mSupportsPictureInPicture) {
13178 mSupportsPictureInPicture = supportsPictureInPicture || forceResizable;
13182 mSupportsPictureInPicture = false;

Completed in 105 milliseconds