Searched refs:touch_ids_down_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc77 touch_ids_down_(0),
879 touch_ids_down_ |= (1 << event->touch_id());
880 Env::GetInstance()->set_touch_down(touch_ids_down_ != 0);
889 touch_ids_down_ = (touch_ids_down_ | (1 << event->touch_id())) ^
891 Env::GetInstance()->set_touch_down(touch_ids_down_ != 0);
H A Dwindow_event_dispatcher.h238 uint32 touch_ids_down_; member in class:aura::WindowEventDispatcher

Completed in 365 milliseconds