/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/ |
D | FountainFboView.java | 64 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | StackTapPointerEventListener.java | 68 case MotionEvent.ACTION_POINTER_UP: { in onPointerEvent()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | MotionEventCompat.java | 130 public static final int ACTION_POINTER_UP = 6; field in MotionEventCompat
|
D | GestureDetectorCompat.java | 232 (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/ |
D | ShadersTestView.java | 109 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | ScaleGestureDetector.java | 339 action == MotionEvent.ACTION_POINTER_UP || 343 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
|
D | MotionEvent.java | 246 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()
|
D | GestureDetector.java | 463 (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/ |
D | FountainView.java | 79 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/ |
D | FountainView.java | 79 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | FBOSyncView.java | 115 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|
D | FBOTestView.java | 115 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
D | BallsView.java | 80 } else if (act == MotionEvent.ACTION_POINTER_UP) { in onTouchEvent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 167 case MotionEventCompat.ACTION_POINTER_UP: { in onInterceptTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | TestAppView.java | 124 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 712 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/ |
D | Console.java | 169 case MotionEvent.ACTION_POINTER_UP: in motionEventActionToString()
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | SimpleModelView.java | 142 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|
/frameworks/base/docs/html/training/gestures/ |
D | scale.jd | 72 {@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: {
|
D | multi.jd | 61 …<li>{@link android.support.v4.view.MotionEventCompat#ACTION_POINTER_UP}—Sent when a non-prim… 164 case MotionEvent.ACTION_POINTER_UP: return "Pointer Up";
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | EnableAccessibilityController.java | 197 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 167 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
|
D | ResolverDrawerLayout.java | 191 case MotionEvent.ACTION_POINTER_UP: { in onInterceptTouchEvent() 266 case MotionEvent.ACTION_POINTER_UP: { in onTouchEvent()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 672 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/ |
D | PanelView.java | 268 case MotionEvent.ACTION_POINTER_UP: in onTouchEvent() 438 case MotionEvent.ACTION_POINTER_UP: in onInterceptTouchEvent()
|