HomeSort by relevance Sort by last modified time
    Searched refs:IsPinchInProgress (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.h 83 bool IsPinchInProgress() const;
gesture_provider.cc 471 if (!IsPinchInProgress() && !IsScrollInProgress()) {
618 bool IsPinchInProgress() const { return pinch_event_sent_; }
735 bool GestureProvider::IsPinchInProgress() const {
736 return gesture_listener_->IsPinchInProgress();

Completed in 508 milliseconds