HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_POINTER_DOWN (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
PointerCountClassifier.java 44 if (action == MotionEvent.ACTION_POINTER_DOWN) {
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
PointerCountClassifier.java 42 if (action == MotionEvent.ACTION_POINTER_DOWN) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java 52 case MotionEvent.ACTION_POINTER_DOWN: // Multitouch event - abort.
  /frameworks/base/core/java/android/view/
TouchDelegate.java 113 case MotionEvent.ACTION_POINTER_DOWN:
MotionEvent.java 57 * (indicated by {@link #ACTION_DOWN} or {@link #ACTION_POINTER_DOWN}). A pointer id
128 * {@link #ACTION_POINTER_DOWN} or {@link #ACTION_POINTER_UP} accordingly.
251 public static final int ACTION_POINTER_DOWN = 5;
349 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
369 * data index associated with {@link #ACTION_POINTER_DOWN}.
372 public static final int ACTION_POINTER_1_DOWN = ACTION_POINTER_DOWN | 0x0000;
376 * data index associated with {@link #ACTION_POINTER_DOWN}.
379 public static final int ACTION_POINTER_2_DOWN = ACTION_POINTER_DOWN | 0x0100;
383 * data index associated with {@link #ACTION_POINTER_DOWN}.
386 public static final int ACTION_POINTER_3_DOWN = ACTION_POINTER_DOWN | 0x0200
    [all...]
ScaleGestureDetector.java 281 action == MotionEvent.ACTION_POINTER_DOWN || anchoredScaleCancelled;
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Events.java 45 return e.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN;
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
MotionEvents.java 54 return e.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 72 case MotionEvent.ACTION_POINTER_DOWN:
  /frameworks/support/compat/src/main/java/androidx/core/view/
MotionEventCompat.java 34 * Synonym for {@link MotionEvent#ACTION_POINTER_DOWN}.
36 * @deprecated Use {@link MotionEvent#ACTION_POINTER_DOWN} directly.
39 public static final int ACTION_POINTER_DOWN = 5;
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
MotionEvents.java 58 return e.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN;
  /cts/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java 97 // Ensure ACTION_POINTER_DOWN and ACTION_POINTER_UP are forwarded to the target view
103 (1 << MotionEvent.ACTION_POINTER_INDEX_SHIFT) + MotionEvent.ACTION_POINTER_DOWN;
117 ensureOldestActionEquals(MotionEvent.ACTION_POINTER_DOWN);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityGestureDetector.java 167 // 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) {
TouchExplorer.java 523 case MotionEvent.ACTION_POINTER_DOWN: {
657 case MotionEvent.ACTION_POINTER_DOWN: {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MagnificationGestureHandlerTest.java 21 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
245 // ACTION_POINTER_DOWN triggers event delegation if not magnifying
249 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y));
428 send(pointerEvent(ACTION_POINTER_DOWN, DEFAULT_X * 2, DEFAULT_Y));
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 168 case MotionEvent.ACTION_POINTER_DOWN:
169 msg.append("ACTION_POINTER_DOWN ").append(me.getPointerId(me.getActionIndex()));
  /packages/apps/Camera2/src/com/android/camera/ui/
MainActivityLayout.java 88 } else if (ev.getActionMasked() == MotionEvent.ACTION_POINTER_DOWN) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java 195 case MotionEvent.ACTION_POINTER_DOWN:
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
TouchInteractionService.java 21 import static android.view.MotionEvent.ACTION_POINTER_DOWN;
294 case ACTION_POINTER_DOWN:
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 170 case MotionEvent.ACTION_POINTER_DOWN: {
244 * ACTION_DOWN and ACTION_UP or ACTION_POINTER_DOWN and
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 170 case MotionEvent.ACTION_POINTER_DOWN: {
244 * ACTION_DOWN and ACTION_UP or ACTION_POINTER_DOWN and
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 170 case MotionEvent.ACTION_POINTER_DOWN: {
244 * ACTION_DOWN and ACTION_UP or ACTION_POINTER_DOWN and
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
TouchZoomExampleActivity.java 136 case MotionEvent.ACTION_POINTER_DOWN: // second finger
  /frameworks/base/core/tests/coretests/src/android/view/
PinchZoomAction.java 92 MotionEvent.ACTION_POINTER_DOWN +
  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 108 case MotionEvent.ACTION_POINTER_DOWN:

Completed in 352 milliseconds

1 2 3 4 5