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

1 2

  /external/replicaisland/src/com/replica/replicaisland/
MultiTouchFilter.java 19 if (actualEvent == MotionEvent.ACTION_POINTER_UP ||
  /development/samples/RenderScript/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboView.java 64 } else if (act == MotionEvent.ACTION_POINTER_UP) {
  /frameworks/support/v4/java/android/support/v4/view/
MotionEventCompat.java 119 * Synonym for {@link MotionEvent#ACTION_POINTER_UP}.
121 public static final int ACTION_POINTER_UP = 6;
  /development/samples/RenderScript/Balls/src/com/example/android/rs/balls/
BallsView.java 80 } else if (act == MotionEvent.ACTION_POINTER_UP) {
  /development/samples/RenderScript/Fountain/src/com/example/android/rs/fountain/
FountainView.java 82 } else if (act == MotionEvent.ACTION_POINTER_UP) {
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncView.java 115 case MotionEvent.ACTION_POINTER_UP: {
FBOTestView.java 115 case MotionEvent.ACTION_POINTER_UP: {
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestView.java 109 case MotionEvent.ACTION_POINTER_UP: {
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 357 case MotionEvent.ACTION_POINTER_UP: {
489 case MotionEvent.ACTION_POINTER_UP: {
534 case MotionEvent.ACTION_POINTER_UP: {
    [all...]
  /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()));
MonkeySourceRandom.java 298 mQ.addLast(new MonkeyTouchEvent(MotionEvent.ACTION_POINTER_UP
MonkeySourceScript.java 449 mQ.addLast(new MonkeyTouchEvent(MotionEvent.ACTION_POINTER_UP)
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 121 case MotionEvent.ACTION_POINTER_UP:
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java 142 case MotionEvent.ACTION_POINTER_UP: {
  /frameworks/base/core/java/android/view/
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;
307 * {@link #ACTION_POINTER_DOWN} and {@link #ACTION_POINTER_UP}. Shifting
348 * data index associated with {@link #ACTION_POINTER_UP}.
351 public static final int ACTION_POINTER_1_UP = ACTION_POINTER_UP | 0x0000;
355 * data index associated with {@link #ACTION_POINTER_UP}.
358 public static final int ACTION_POINTER_2_UP = ACTION_POINTER_UP | 0x0100;
362 * data index associated with {@link #ACTION_POINTER_UP}.
365 public static final int ACTION_POINTER_3_UP = ACTION_POINTER_UP | 0x0200
    [all...]
ScaleGestureDetector.java 325 case MotionEvent.ACTION_POINTER_UP:
395 case MotionEvent.ACTION_POINTER_UP: {
GestureDetector.java 476 case MotionEvent.ACTION_POINTER_UP:
InputEventConsistencyVerifier.java 418 } else if (actionMasked == MotionEvent.ACTION_POINTER_UP) {
420 problem("ACTION_POINTER_UP index is " + actionIndex
427 problem("ACTION_POINTER_UP specified pointer id " + id
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 211 } else if (action == MotionEvent.ACTION_POINTER_UP) {
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 235 if (act == MotionEvent.ACTION_UP || act == MotionEvent.ACTION_POINTER_UP) {
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 347 case MotionEvent.ACTION_POINTER_UP:
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 517 case MotionEvent.ACTION_POINTER_UP:
641 case MotionEvent.ACTION_POINTER_UP:
    [all...]
ScrollView.java 528 case MotionEvent.ACTION_POINTER_UP:
650 case MotionEvent.ACTION_POINTER_UP:
    [all...]
AdapterViewAnimator.java 621 case MotionEvent.ACTION_POINTER_UP: break;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 414 case MotionEvent.ACTION_POINTER_UP:
546 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) {

Completed in 1018 milliseconds

1 2