Searched refs:ACTION_POINTER_UP (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/services/java/com/android/server/wm/
H A DStackTapPointerEventListener.java67 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboView.java64 } else if (act == MotionEvent.ACTION_POINTER_UP) {
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncView.java115 case MotionEvent.ACTION_POINTER_UP: {
H A DFBOTestView.java115 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountainView.java79 } else if (act == MotionEvent.ACTION_POINTER_UP) {
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountainView.java79 } else if (act == MotionEvent.ACTION_POINTER_UP) {
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestView.java109 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java167 case MotionEventCompat.ACTION_POINTER_UP: {
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsView.java80 } else if (act == MotionEvent.ACTION_POINTER_UP) {
/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java128 * Synonym for {@link MotionEvent#ACTION_POINTER_UP}.
130 public static final int ACTION_POINTER_UP = 6; field in class:MotionEventCompat
H A DGestureDetectorCompat.java232 (action & MotionEventCompat.ACTION_MASK) == MotionEventCompat.ACTION_POINTER_UP;
257 case MotionEventCompat.ACTION_POINTER_UP:
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java142 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppView.java124 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java339 action == MotionEvent.ACTION_POINTER_UP ||
343 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
H A DMotionEvent.java53 * or {@link #ACTION_POINTER_UP}) or when the gesture is canceled (indicated by
122 * {@link #ACTION_POINTER_DOWN} or {@link #ACTION_POINTER_UP} accordingly.
245 public static final int ACTION_POINTER_UP = 6; field in class:MotionEvent
306 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
347 * data index associated with {@link #ACTION_POINTER_UP}.
350 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
354 * data index associated with {@link #ACTION_POINTER_UP}.
357 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
361 * data index associated with {@link #ACTION_POINTER_UP}.
364 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP |
[all...]
H A DGestureDetector.java463 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP;
488 case MotionEvent.ACTION_POINTER_UP:
H A DInputEventConsistencyVerifier.java418 } else if (actionMasked == MotionEvent.ACTION_POINTER_UP) {
420 problem("ACTION_POINTER_UP index is " + actionIndex
427 problem("ACTION_POINTER_UP specified pointer id " + id
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java704 case MotionEvent.ACTION_POINTER_UP: {
1060 case MotionEvent.ACTION_POINTER_UP: {
1067 | MotionEvent.ACTION_POINTER_UP;
1092 case MotionEvent.ACTION_POINTER_UP: {
1592 case MotionEvent.ACTION_POINTER_UP: {
1751 case MotionEvent.ACTION_POINTER_UP: {
H A DScreenMagnifier.java624 case MotionEvent.ACTION_POINTER_UP: {
625 throw new IllegalArgumentException("Unexpected event type: ACTION_POINTER_UP");
745 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java195 case MotionEvent.ACTION_POINTER_UP:
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java226 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java468 case MotionEvent.ACTION_POINTER_UP:
625 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java1023 case MotionEventCompat.ACTION_POINTER_UP: {
1147 case MotionEventCompat.ACTION_POINTER_UP: {
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java633 case MotionEvent.ACTION_POINTER_UP: break;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java484 case MotionEvent.ACTION_POINTER_UP:

Completed in 615 milliseconds

12