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

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

Completed in 122 milliseconds