HomeSort by relevance Sort by last modified time
    Searched defs:mSupportsPictureInPicture (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
PictureInPictureDetailsTest.java 109 private boolean mSupportsPictureInPicture;
112 mSupportsPictureInPicture = supportsPictureInPicture;
117 return mSupportsPictureInPicture;
  /frameworks/base/services/core/java/com/android/server/wm/
Task.java 86 private boolean mSupportsPictureInPicture;
111 mSupportsPictureInPicture = supportsPictureInPicture;
346 return ActivityInfo.isResizeableMode(mResizeMode) || mSupportsPictureInPicture
WindowManagerService.java 546 boolean mSupportsPictureInPicture = false;
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 210 private boolean mSupportsPictureInPicture;
329 mSupportsPictureInPicture = forceResizable || context.getPackageManager().hasSystemFeature(
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 224 private boolean mSupportsPictureInPicture; // Whether or not this task and its activities
433 mSupportsPictureInPicture = supportsPictureInPicture;
454 mResizeMode, mSupportsPictureInPicture, isHomeTask(), onTop, showForAllUsers,
    [all...]
ActivityManagerService.java     [all...]

Completed in 1296 milliseconds