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

1 2 3 4 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
ClassifierData.java 53 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) {
65 || (action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) {
SpeedAnglesClassifier.java 64 && !(action == MotionEvent.ACTION_POINTER_UP && i == event.getActionIndex())) {
  /external/replicaisland/src/com/replica/replicaisland/
MultiTouchFilter.java 19 if (actualEvent == MotionEvent.ACTION_POINTER_UP ||
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 77 case MotionEvent.ACTION_POINTER_UP:
PhotoTouchListener.java 147 case MotionEvent.ACTION_POINTER_UP:
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityGestureDetector.java 306 case MotionEvent.ACTION_POINTER_UP:
428 event.getActionMasked() != MotionEvent.ACTION_POINTER_UP &&
437 } else if (action == MotionEvent.ACTION_POINTER_UP) {
TouchExplorer.java 722 case MotionEvent.ACTION_POINTER_UP: {
    [all...]
MagnificationGestureHandler.java 496 case MotionEvent.ACTION_POINTER_UP: {
498 "Unexpected event type: ACTION_POINTER_UP");
649 case MotionEvent.ACTION_POINTER_UP: {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 167 case MotionEventCompat.ACTION_POINTER_UP: {
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsView.java 80 } else if (act == MotionEvent.ACTION_POINTER_UP) {
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidMultiTouchHandler.java 61 case MotionEvent.ACTION_POINTER_UP:
114 else if (action == MotionEvent.ACTION_POINTER_UP)
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 281 action == MotionEvent.ACTION_POINTER_UP ||
284 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
MotionEvent.java 53 * or {@link #ACTION_POINTER_UP}) or when the gesture is canceled (indicated by
122 * {@link #ACTION_POINTER_DOWN} or {@link #ACTION_POINTER_UP} accordingly.
246 public static final int ACTION_POINTER_UP = 6;
333 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
374 * data index associated with {@link #ACTION_POINTER_UP}.
377 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
381 * data index associated with {@link #ACTION_POINTER_UP}.
384 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
388 * data index associated with {@link #ACTION_POINTER_UP}.
391 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP | 0x0200
    [all...]
GestureDetector.java 503 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP;
528 case MotionEvent.ACTION_POINTER_UP:
  /frameworks/base/services/core/java/com/android/server/wm/
TaskTapPointerEventListener.java 131 case MotionEvent.ACTION_POINTER_UP: {
151 && action != MotionEvent.ACTION_POINTER_UP
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 171 case MotionEvent.ACTION_POINTER_UP:
172 msg.append("ACTION_POINTER_UP ").append(me.getPointerId(me.getActionIndex()));
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 121 case MotionEvent.ACTION_POINTER_UP:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 86 case MotionEvent.ACTION_POINTER_UP:
  /frameworks/support/compat/java/android/support/v4/view/
MotionEventCompat.java 113 * Synonym for {@link MotionEvent#ACTION_POINTER_UP}.
115 public static final int ACTION_POINTER_UP = 6;
GestureDetectorCompat.java 236 (action & MotionEventCompat.ACTION_MASK) == MotionEventCompat.ACTION_POINTER_UP;
261 case MotionEventCompat.ACTION_POINTER_UP:
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 220 case MotionEvent.ACTION_POINTER_UP: {
245 * ACTION_POINTER_UP)
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 220 case MotionEvent.ACTION_POINTER_UP: {
245 * ACTION_POINTER_UP)
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 220 case MotionEvent.ACTION_POINTER_UP: {
245 * ACTION_POINTER_UP)
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
TouchZoomExampleActivity.java 133 case MotionEvent.ACTION_POINTER_UP:
  /external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java 55 case MotionEvent.ACTION_POINTER_UP:

Completed in 962 milliseconds

1 2 3 4 5