Home
last modified time | relevance | path

Searched refs:ACTION_POINTER_UP (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
DFountainFboView.java64 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DStackTapPointerEventListener.java68 case MotionEvent.ACTION_POINTER_UP: { in onPointerEvent()
/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java130 public static final int ACTION_POINTER_UP = 6; field in MotionEventCompat
DGestureDetectorCompat.java232 (action & MotionEventCompat.ACTION_MASK) == MotionEventCompat.ACTION_POINTER_UP; in onTouchEvent()
257 case MotionEventCompat.ACTION_POINTER_UP: in onTouchEvent()
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestView.java109 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
/frameworks/base/core/java/android/view/
DScaleGestureDetector.java339 action == MotionEvent.ACTION_POINTER_UP ||
343 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
DMotionEvent.java246 public static final int ACTION_POINTER_UP = 6; field in MotionEvent
351 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
358 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
365 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP | 0x0200;
2967 if (oldActionMasked == ACTION_POINTER_DOWN || oldActionMasked == ACTION_POINTER_UP) { in split()
3074 case ACTION_POINTER_UP: in actionToString()
DGestureDetector.java463 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
488 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
DFountainView.java79 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
DFountainView.java79 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
DFBOSyncView.java115 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
DFBOTestView.java115 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
DBallsView.java80 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java167 case MotionEventCompat.ACTION_POINTER_UP: { in onInterceptTouchEvent()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DTestAppView.java124 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java712 case MotionEvent.ACTION_POINTER_UP: { in handleMotionEventStateDragging()
1072 case MotionEvent.ACTION_POINTER_UP: { in computeInjectionAction()
1079 | MotionEvent.ACTION_POINTER_UP; in computeInjectionAction()
1104 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
1565 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
1724 case MotionEvent.ACTION_POINTER_UP: { in onMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DConsole.java169 case MotionEvent.ACTION_POINTER_UP: in motionEventActionToString()
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSimpleModelView.java142 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
/frameworks/base/docs/html/training/gestures/
Dscale.jd72 {@link android.view.MotionEvent#ACTION_POINTER_UP} events described in
75 {@link android.view.MotionEvent#ACTION_POINTER_UP} are
80 <li>In the {@link android.view.MotionEvent#ACTION_POINTER_UP} case, the example
163 case MotionEvent.ACTION_POINTER_UP: {
Dmulti.jd61 …<li>{@link android.support.v4.view.MotionEventCompat#ACTION_POINTER_UP}&mdash;Sent when a non-prim…
164 case MotionEvent.ACTION_POINTER_UP: return "Pointer Up";
/frameworks/base/policy/src/com/android/internal/policy/impl/
DEnableAccessibilityController.java197 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java167 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
DResolverDrawerLayout.java191 case MotionEvent.ACTION_POINTER_UP: { in onInterceptTouchEvent()
266 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java672 case MotionEventCompat.ACTION_POINTER_UP: in onInterceptTouchEvent()
790 case MotionEventCompat.ACTION_POINTER_UP: in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java268 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
438 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()

12