Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java440 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR in applyVirtualDisplayFlags()
445 DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR); in applyVirtualDisplayFlags()
453 DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR; in applyVirtualDisplayFlags()
/frameworks/base/media/java/android/media/projection/
DMediaProjection.java105 flags | DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR | in createVirtualDisplay()
/frameworks/base/services/core/java/com/android/server/display/
DVirtualDisplayAdapter.java19 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR;
358 if ((mFlags & VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR) != 0) { in getDisplayDeviceInfoLocked()
DDisplayManagerService.java22 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR;
1957 flags |= VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR; in createVirtualDisplay()
1966 flags &= ~VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR; in createVirtualDisplay()
1981 (flags & VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR) != 0) { in createVirtualDisplay()
/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java241 public static final int VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR = 1 << 4; field in DisplayManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java291 DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR, in startRecording()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13186 field public static final int VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR = 16; // 0x10
/frameworks/base/api/
Dcurrent.txt17497 field public static final int VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR = 16; // 0x10