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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DClassifierData.java53 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) {
65 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) {
H A DSpeedAnglesClassifier.java64 && !(action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java167 case MotionEventCompat.ACTION_POINTER_UP: {
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBallsView.java80 } else if (act == MotionEvent.ACTION_POINTER_UP) {
/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java43 * Synonym for {@link MotionEvent#ACTION_POINTER_UP}.
45 * @deprecated Use {@link MotionEvent#ACTION_POINTER_UP} directly.
48 public static final int ACTION_POINTER_UP = 6; field in class:MotionEventCompat
H A DGestureDetectorCompat.java236 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP;
261 case MotionEvent.ACTION_POINTER_UP:
/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java280 action == MotionEvent.ACTION_POINTER_UP ||
283 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
H A DMotionEvent.java57 * or {@link #ACTION_POINTER_UP}) or when the gesture is canceled (indicated by
126 * {@link #ACTION_POINTER_DOWN} or {@link #ACTION_POINTER_UP} accordingly.
258 public static final int ACTION_POINTER_UP = 6; field in class:MotionEvent
345 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
386 * data index associated with {@link #ACTION_POINTER_UP}.
389 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
393 * data index associated with {@link #ACTION_POINTER_UP}.
396 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
400 * data index associated with {@link #ACTION_POINTER_UP}.
403 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP |
[all...]
H A DGestureDetector.java503 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP;
530 case MotionEvent.ACTION_POINTER_UP:
H A DInputEventConsistencyVerifier.java422 } else if (actionMasked == MotionEvent.ACTION_POINTER_UP) {
424 problem("ACTION_POINTER_UP index is " + actionIndex
431 problem("ACTION_POINTER_UP specified pointer id " + id
/frameworks/base/core/tests/coretests/src/android/view/
H A DPinchZoomAction.java152 MotionEvent.ACTION_POINTER_UP, 2, pointerProperties, pointerCoords,
167 MotionEvent.ACTION_POINTER_UP, 1, pointerProperties, pointerCoords,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityGestureDetector.java359 case MotionEvent.ACTION_POINTER_UP:
605 event.getActionMasked() != MotionEvent.ACTION_POINTER_UP &&
614 } else if (action == MotionEvent.ACTION_POINTER_UP) {
H A DTouchExplorer.java730 case MotionEvent.ACTION_POINTER_UP: {
1040 case MotionEvent.ACTION_POINTER_UP: {
1047 | MotionEvent.ACTION_POINTER_UP;
1356 case MotionEvent.ACTION_POINTER_UP: {
1515 case MotionEvent.ACTION_POINTER_UP: {
H A DMagnificationGestureHandler.java552 case MotionEvent.ACTION_POINTER_UP: {
554 "Unexpected event type: ACTION_POINTER_UP");
730 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipTouchState.java117 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java86 case MotionEvent.ACTION_POINTER_UP:
H A DPanelView.java317 case MotionEvent.ACTION_POINTER_UP:
564 case MotionEvent.ACTION_POINTER_UP:
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java225 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
/frameworks/support/wear/src/android/support/wear/widget/
H A DSwipeDismissLayout.java241 case MotionEvent.ACTION_POINTER_UP:
/frameworks/base/core/java/com/android/internal/widget/
H A DSwipeDismissLayout.java195 case MotionEvent.ACTION_POINTER_UP:
H A DPointerLocationView.java470 case MotionEvent.ACTION_POINTER_UP:
628 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) {
H A DResolverDrawerLayout.java276 case MotionEvent.ACTION_POINTER_UP: {
351 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java720 case MotionEvent.ACTION_POINTER_UP:
1035 case MotionEvent.ACTION_POINTER_UP:
H A DViewDragHelper.java1063 case MotionEvent.ACTION_POINTER_UP: {
1194 case MotionEvent.ACTION_POINTER_UP: {
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java748 getPointerAction(MotionEvent.ACTION_POINTER_UP, x), x + 1, properties,

Completed in 465 milliseconds

12