Searched refs:is_gesture_dragging_ (Results 1 – 2 of 2) sorted by relevance
146 void set_gesture_dragging(bool dragging) { is_gesture_dragging_ = dragging; } in set_gesture_dragging()147 bool is_gesture_dragging() const { return is_gesture_dragging_; } in is_gesture_dragging()190 bool is_gesture_dragging_; variable
324 is_gesture_dragging_(false), in TrayBubbleView()