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

  /frameworks/base/core/java/android/widget/
FastScroller.java 702 private void cancelFling() {
704 MotionEvent cancelFling = MotionEvent.obtain(0, 0, MotionEvent.ACTION_CANCEL, 0, 0, 0);
705 mList.onTouchEvent(cancelFling);
706 cancelFling.recycle();
729 cancelFling();
818 cancelFling();
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 68 milliseconds