Home
last modified time | relevance | path

Searched refs:VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java439 flags &= ~DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY; in applyVirtualDisplayFlags()
446 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY | in applyVirtualDisplayFlags()
450 flags &= ~DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY; in applyVirtualDisplayFlags()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenDecorWindowTests.java21 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
345 int flags = VIRTUAL_DISPLAY_FLAG_PRESENTATION | VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY; in createDisplay()
/frameworks/base/core/java/android/app/
DActivityView.java20 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
500 VIRTUAL_DISPLAY_FLAG_PUBLIC | VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY in initVirtualDisplay()
/frameworks/base/services/core/java/com/android/server/vr/
DVr2dDisplay.java294 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY; in startVirtualDisplay()
/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java211 public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 1 << 3; field in DisplayManager
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java24 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
1965 if ((flags & VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY) != 0) { in createVirtualDisplay()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13187 field public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 8; // 0x8
/frameworks/base/api/
Dcurrent.txt17498 field public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 8; // 0x8