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

  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.cc 388 provider_->Fling(e2, velocity_x, velocity_y);
593 // TODO(wangxianzhu): Also return true when fling is active once the UI knows
594 // exactly when the fling ends.
623 void GestureProvider::Fling(const MotionEvent& event,
633 // ET_SCROLL_FLING_START to send the fling to the correct target. Send if it
761 // Note: This call will have no effect if a fling was just generated, as
762 // |Fling()| will have already signalled an end to touch-scrolling.
  /external/chromium_org/ui/gfx/android/
scroller.cc 222 void Scroller::Fling(float start_x,
231 // Continue a scroll or fling in progress.
302 NOTREACHED() << "|StartScroll()| or |Fling()| must be called prior to "

Completed in 862 milliseconds