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

12

/frameworks/base/services/core/java/com/android/server/policy/
H A DEnableAccessibilityController.java155 if (event.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN
180 case MotionEvent.ACTION_POINTER_DOWN: {
H A DSystemGesturesPointerEventListener.java101 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DConsole.java167 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java172 * Synonym for {@link MotionEvent#ACTION_POINTER_DOWN}.
174 public static final int ACTION_POINTER_DOWN = 5; field in class:MotionEventCompat
H A DGestureDetectorCompat.java250 case MotionEventCompat.ACTION_POINTER_DOWN:
/frameworks/base/core/java/android/view/
H A DMotionEvent.java51 * (indicated by {@link #ACTION_DOWN} or {@link #ACTION_POINTER_DOWN}). A pointer id
122 * {@link #ACTION_POINTER_DOWN} or {@link #ACTION_POINTER_UP} accordingly.
235 public static final int ACTION_POINTER_DOWN = 5; field in class:MotionEvent
333 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
353 * data index associated with {@link #ACTION_POINTER_DOWN}.
356 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000;
360 * data index associated with {@link #ACTION_POINTER_DOWN}.
363 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100;
367 * data index associated with {@link #ACTION_POINTER_DOWN}.
370 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN |
[all...]
H A DScaleGestureDetector.java363 action == MotionEvent.ACTION_POINTER_DOWN || anchoredScaleCancelled;
H A DGestureDetector.java521 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/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java453 case MotionEvent.ACTION_POINTER_DOWN: {
659 case MotionEvent.ACTION_POINTER_DOWN: {
1062 case MotionEvent.ACTION_POINTER_DOWN: {
1069 | MotionEvent.ACTION_POINTER_DOWN;
1096 case MotionEvent.ACTION_POINTER_DOWN: {
1558 case MotionEvent.ACTION_POINTER_DOWN: {
1718 case MotionEvent.ACTION_POINTER_DOWN: {
H A DScreenMagnifier.java590 case MotionEvent.ACTION_POINTER_DOWN: {
693 case MotionEvent.ACTION_POINTER_DOWN: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java165 case MotionEvent.ACTION_POINTER_DOWN: {
276 case MotionEvent.ACTION_POINTER_DOWN: {
/frameworks/base/core/java/com/android/internal/widget/
H A DSwipeDismissLayout.java175 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.java324 case MotionEvent.ACTION_POINTER_DOWN: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java204 if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) {
H A DPanelView.java287 case MotionEvent.ACTION_POINTER_DOWN:
495 case MotionEvent.ACTION_POINTER_DOWN:
H A DKeyguardAffordanceHelper.java155 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java982 case MotionEventCompat.ACTION_POINTER_DOWN: {
1114 case MotionEventCompat.ACTION_POINTER_DOWN: {
H A DSwipeRefreshLayout.java980 case MotionEventCompat.ACTION_POINTER_DOWN: {
H A DNestedScrollView.java810 case MotionEventCompat.ACTION_POINTER_DOWN: {
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java719 getPointerAction(MotionEvent.ACTION_POINTER_DOWN, x), x + 1, properties,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java476 case MotionEvent.ACTION_POINTER_DOWN:
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java529 case MotionEvent.ACTION_POINTER_DOWN: {
H A DScrollView.java736 case MotionEvent.ACTION_POINTER_DOWN: {

Completed in 622 milliseconds

12