Searched refs:ACTION_MOVE_ALLOW_EASY_FLING (Results 1 – 2 of 2) sorted by relevance
26 import static com.android.launcher3.PagedView.ACTION_MOVE_ALLOW_EASY_FLING;187 ev.setAction(ACTION_MOVE_ALLOW_EASY_FLING); in onMotionEvent()
77 public static final int ACTION_MOVE_ALLOW_EASY_FLING = MotionEvent.ACTION_MASK - 1; field in PagedView1172 boolean moved = diff > touchSlop || ev.getAction() == ACTION_MOVE_ALLOW_EASY_FLING; in determineScrollingStart()1297 case ACTION_MOVE_ALLOW_EASY_FLING: in onTouchEvent()