HomeSort by relevance Sort by last modified time
    Searched full:is_touch_down (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/wm/
frame_border_hit_test_controller.cc 52 if (aura::Env::GetInstance()->is_touch_down())
toplevel_window_event_handler.cc 342 aura::Env::GetInstance()->is_touch_down()) {
  /external/chromium_org/ui/aura/
env.h 65 bool is_touch_down() const { return is_touch_down_; } function in class:aura::Env
window.cc 726 local_bounds.Inset(aura::Env::GetInstance()->is_touch_down() ?
    [all...]
  /external/chromium_org/apps/ui/views/
shell_window_frame_view.cc 171 if (aura::Env::GetInstance()->is_touch_down())
  /external/chromium_org/ash/touch/
touch_uma.cc 372 if (!aura::Env::GetInstance()->is_touch_down())
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 357 if (aura::Env::GetInstance()->is_touch_down())
    [all...]
tab_drag_controller.cc     [all...]

Completed in 413 milliseconds