Searched refs:VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH (Results 1 – 4 of 4) sorted by relevance
25 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH;373 mInfo.touch = ((mFlags & VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH) == 0) ? in getDisplayDeviceInfoLocked()
275 public static final int VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH = 1 << 6; field in DisplayManager
294 int flags = DisplayManager.VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH; in startVirtualDisplay()
122 int flags = DisplayManager.VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH; in testCreateVirtualDisplay_sentToInputManager()