Home
last modified time | relevance | path

Searched refs:ACTION_MOVE_ALLOW_EASY_FLING (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java26 import static com.android.launcher3.PagedView.ACTION_MOVE_ALLOW_EASY_FLING;
187 ev.setAction(ACTION_MOVE_ALLOW_EASY_FLING); in onMotionEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java77 public static final int ACTION_MOVE_ALLOW_EASY_FLING = MotionEvent.ACTION_MASK - 1; field in PagedView
1172 boolean moved = diff > touchSlop || ev.getAction() == ACTION_MOVE_ALLOW_EASY_FLING; in determineScrollingStart()
1297 case ACTION_MOVE_ALLOW_EASY_FLING: in onTouchEvent()