Searched refs:touch_ids_down_ (Results 1 – 2 of 2) sorted by relevance
152 touch_ids_down_(0), in RootWindow()1011 touch_ids_down_ |= (1 << event->touch_id()); in DispatchTouchEventImpl()1012 Env::GetInstance()->set_touch_down(touch_ids_down_ != 0); in DispatchTouchEventImpl()1021 touch_ids_down_ = (touch_ids_down_ | (1 << event->touch_id())) ^ in DispatchTouchEventImpl()1023 Env::GetInstance()->set_touch_down(touch_ids_down_ != 0); in DispatchTouchEventImpl()
357 uint32 touch_ids_down_; variable