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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
PictureInPictureDetailsTest.java 100 private boolean mSupportsPictureInPicture;
103 mSupportsPictureInPicture = supportsPictureInPicture;
108 return mSupportsPictureInPicture;
  /frameworks/base/services/core/java/com/android/server/wm/
Task.java 83 private boolean mSupportsPictureInPicture;
111 mSupportsPictureInPicture = supportsPictureInPicture;
324 return ActivityInfo.isResizeableMode(mResizeMode) || mSupportsPictureInPicture
WindowManagerService.java 559 boolean mSupportsPictureInPicture = false;
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 210 private boolean mSupportsPictureInPicture;
331 mSupportsPictureInPicture = forceResizable || context.getPackageManager().hasSystemFeature(
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 235 private boolean mSupportsPictureInPicture; // Whether or not this task and its activities
418 mSupportsPictureInPicture = supportsPictureInPicture;
437 mResizeMode, mSupportsPictureInPicture, onTop,
    [all...]
ActivityManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 125 milliseconds