Home
last modified time | relevance | path

Searched refs:VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DVirtualDisplayAdapter.java32 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH;
560 mInfo.touch = ((mFlags & VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH) == 0) ? in getDisplayDeviceInfoLocked()
/frameworks/base/services/core/java/com/android/server/vr/
DVr2dDisplay.java292 int flags = DisplayManager.VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH; in startVirtualDisplay()
/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java174 VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH,
373 public static final int VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH = 1 << 6; field in DisplayManager
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java135 | DisplayManager.VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayManagerServiceTest.java455 int flags = DisplayManager.VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH;
/frameworks/base/core/api/
Dtest-current.txt1740 field public static final int VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH = 64; // 0x40
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19753 Landroid/hardware/display/DisplayManager;->VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH:I