Searched defs:determineScrollingStart (Results 1 - 5 of 5) 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 DPagedView.java1303 determineScrollingStart(ev);
1372 protected void determineScrollingStart(MotionEvent ev) { method in class:PagedView
1373 determineScrollingStart(ev, 1.0f);
1380 protected void determineScrollingStart(MotionEvent ev, float touchSlopScale) { method in class:PagedView
1691 determineScrollingStart(ev);
H A DWorkspace.java1279 protected void determineScrollingStart(MotionEvent ev) { method in class:Workspace
1324 super.determineScrollingStart(ev, 1 + TOUCH_SLOP_DAMPING_FACTOR * extraRatio);
1327 super.determineScrollingStart(ev);
1711 protected void determineScrollingStart(MotionEvent ev, float touchSlopScale) { method in class:Workspace
1713 super.determineScrollingStart(ev, touchSlopScale);

Completed in 160 milliseconds