Searched refs:ACTION_POINTER_DOWN (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DPointerCountClassifier.java44 if (action == MotionEvent.ACTION_POINTER_DOWN) {
/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java35 * Synonym for {@link MotionEvent#ACTION_POINTER_DOWN}.
37 * @deprecated Use {@link MotionEvent#ACTION_POINTER_DOWN} directly.
40 public static final int ACTION_POINTER_DOWN = 5; field in class:MotionEventCompat
H A DGestureDetectorCompat.java254 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityGestureDetector.java167 // Tracks the most recent time where ACTION_POINTER_DOWN was sent for the
342 case MotionEvent.ACTION_POINTER_DOWN:
604 (event.getActionMasked() != MotionEvent.ACTION_POINTER_DOWN &&
612 if (action == MotionEvent.ACTION_POINTER_DOWN) {
H A DTouchExplorer.java542 case MotionEvent.ACTION_POINTER_DOWN: {
674 case MotionEvent.ACTION_POINTER_DOWN: {
1030 case MotionEvent.ACTION_POINTER_DOWN: {
1037 | MotionEvent.ACTION_POINTER_DOWN;
1349 case MotionEvent.ACTION_POINTER_DOWN: {
1509 case MotionEvent.ACTION_POINTER_DOWN: {
H A DMagnificationGestureHandler.java519 case MotionEvent.ACTION_POINTER_DOWN: {
672 case MotionEvent.ACTION_POINTER_DOWN: {
H A DMotionEventInjector.java438 : MotionEvent.ACTION_POINTER_DOWN;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java55 * (indicated by {@link #ACTION_DOWN} or {@link #ACTION_POINTER_DOWN}). A pointer id
126 * {@link #ACTION_POINTER_DOWN} or {@link #ACTION_POINTER_UP} accordingly.
247 public static final int ACTION_POINTER_DOWN = 5; field in class:MotionEvent
345 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
365 * data index associated with {@link #ACTION_POINTER_DOWN}.
368 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000;
372 * data index associated with {@link #ACTION_POINTER_DOWN}.
375 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100;
379 * data index associated with {@link #ACTION_POINTER_DOWN}.
382 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN |
[all...]
H A DScaleGestureDetector.java281 action == MotionEvent.ACTION_POINTER_DOWN || anchoredScaleCancelled;
H A DGestureDetector.java523 case MotionEvent.ACTION_POINTER_DOWN:
H A DInputEventConsistencyVerifier.java401 if (actionMasked == MotionEvent.ACTION_POINTER_DOWN) {
403 problem("ACTION_POINTER_DOWN but no other pointers were down.");
407 problem("ACTION_POINTER_DOWN index is " + actionIndex
414 problem("ACTION_POINTER_DOWN specified pointer id " + id
/frameworks/base/core/tests/coretests/src/android/view/
H A DPinchZoomAction.java92 MotionEvent.ACTION_POINTER_DOWN +
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java108 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/support/wear/src/android/support/wear/widget/
H A DSwipeDismissLayout.java237 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/base/core/java/com/android/internal/widget/
H A DSwipeDismissLayout.java191 case MotionEvent.ACTION_POINTER_DOWN:
H A DPointerLocationView.java462 case MotionEvent.ACTION_POINTER_DOWN:
531 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) {
H A DResolverDrawerLayout.java342 case MotionEvent.ACTION_POINTER_DOWN: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java328 case MotionEvent.ACTION_POINTER_DOWN:
574 case MotionEvent.ACTION_POINTER_DOWN:
H A DKeyguardAffordanceHelper.java151 case MotionEvent.ACTION_POINTER_DOWN:
H A DStatusBarWindowView.java270 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java987 case MotionEvent.ACTION_POINTER_DOWN: {
1121 case MotionEvent.ACTION_POINTER_DOWN: {
H A DSwipeRefreshLayout.java1024 case MotionEvent.ACTION_POINTER_DOWN: {
1028 "Got ACTION_POINTER_DOWN event but have an invalid action index.");
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java717 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, x), x + 1, properties,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java488 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java247 case MotionEvent.ACTION_POINTER_DOWN: {

Completed in 1539 milliseconds

12