Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DContextTest.java20 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
209 VIRTUAL_DISPLAY_FLAG_PUBLIC | VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY); in getSecondaryDisplay()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskStackChangedListenerTest.java19 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
124 final int flags = VIRTUAL_DISPLAY_FLAG_PRESENTATION | VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY in createVirtualDisplay()
/frameworks/base/services/core/java/com/android/server/vr/
DVr2dDisplay.java295 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY; in startVirtualDisplay()
/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java171 VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY,
305 public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 1 << 3; field in DisplayManager
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java1035 flags &= ~DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY; in applyVirtualDisplayFlags()
1042 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY | in applyVirtualDisplayFlags()
1046 flags &= ~DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY; in applyVirtualDisplayFlags()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModelTests.kt581 DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY in createVirtualDisplay()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayManagerServiceTest.java25 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
1414 .setFlags(VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY)
1520 .setFlags(VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY);
1716 builder.setFlags(VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY);
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java141 | DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java33 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
1576 if ((flags & VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY) != 0) { in createVirtualDisplayInternal()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13187 field public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 8; // 0x8
/frameworks/base/core/api/
Dcurrent.txt20324 field public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 8; // 0x8