Searched refs:determineScrollingStart (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWithDraggableItems.java120 protected void determineScrollingStart(MotionEvent ev) { method in class:PagedViewWithDraggableItems
121 if (!mIsDragging) super.determineScrollingStart(ev);
H A DPagedView.java1014 determineScrollingStart(ev);
1085 protected void determineScrollingStart(MotionEvent ev) { method in class:PagedView
1086 determineScrollingStart(ev, 1.0f);
1093 protected void determineScrollingStart(MotionEvent ev, float touchSlopScale) { method in class:PagedView
1278 determineScrollingStart(ev);
H A DWorkspace.java694 protected void determineScrollingStart(MotionEvent ev) { method in class:Workspace
721 super.determineScrollingStart(ev, 1 + TOUCH_SLOP_DAMPING_FACTOR * extraRatio);
724 super.determineScrollingStart(ev);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewWithDraggableItems.java120 protected void determineScrollingStart(MotionEvent ev) { method in class:PagedViewWithDraggableItems
121 if (!mIsDragging) super.determineScrollingStart(ev);
H A DPagedView.java1399 determineScrollingStart(ev);
1481 protected void determineScrollingStart(MotionEvent ev) { method in class:PagedView
1482 determineScrollingStart(ev, 1.0f);
1489 protected void determineScrollingStart(MotionEvent ev, float touchSlopScale) { method in class:PagedView
1878 determineScrollingStart(ev);
H A DWorkspace.java1153 protected void determineScrollingStart(MotionEvent ev) { method in class:Workspace
1198 super.determineScrollingStart(ev, 1 + TOUCH_SLOP_DAMPING_FACTOR * extraRatio);
1201 super.determineScrollingStart(ev);

Completed in 2287 milliseconds