Home
last modified time | relevance | path

Searched refs:touch_support (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/touch/
Dtouchscreen_util.cc29 state->touch_support() == gfx::Display::TOUCH_SUPPORT_UNKNOWN) { in AssociateTouchscreens()
52 if (state->touch_support() == gfx::Display::TOUCH_SUPPORT_AVAILABLE || in AssociateTouchscreens()
92 state->touch_support() == gfx::Display::TOUCH_SUPPORT_UNKNOWN) { in AssociateTouchscreens()
/external/chromium_org/ui/gfx/
Ddisplay.h79 TouchSupport touch_support() const { return touch_support_; } in touch_support() function
/external/chromium_org/ui/events/
Devent_utils.cc134 return it->touch_support(); in GetInternalDisplayTouchSupport()
/external/chromium_org/ash/display/
Ddisplay_info.h112 gfx::Display::TouchSupport touch_support() const { return touch_support_; } in touch_support() function
Ddisplay_manager.cc1178 new_display.set_touch_support(display_info.touch_support()); in CreateDisplayFromDisplayInfoById()