Home | History | Annotate | Download | only in aura

Lines Matching refs:touch_id

1088       touch_ids_down_ |= (1 << event->touch_id());
1098 touch_ids_down_ = (touch_ids_down_ | (1 << event->touch_id())) ^
1099 (1 << event->touch_id());