Searched refs:mTwoFingerSwipes (Results 1 – 1 of 1) sorted by relevance
108 private final List<GestureMatcher> mTwoFingerSwipes = new ArrayList<>(); field in GestureManifold188 mTwoFingerSwipes.add( in GestureManifold()190 mTwoFingerSwipes.add( in GestureManifold()192 mTwoFingerSwipes.add( in GestureManifold()194 mTwoFingerSwipes.add(new MultiFingerSwipe(context, 2, UP, GESTURE_2_FINGER_SWIPE_UP, this)); in GestureManifold()195 mMultiFingerGestures.addAll(mTwoFingerSwipes); in GestureManifold()401 mMultiFingerGestures.addAll(mTwoFingerSwipes); in setTwoFingerPassthroughEnabled()403 mGestures.addAll(mTwoFingerSwipes); in setTwoFingerPassthroughEnabled()406 mMultiFingerGestures.removeAll(mTwoFingerSwipes); in setTwoFingerPassthroughEnabled()407 mGestures.removeAll(mTwoFingerSwipes); in setTwoFingerPassthroughEnabled()