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

12 3 4 5

  /frameworks/base/core/java/com/android/internal/widget/
SwipeDismissLayout.java 186 case MotionEvent.ACTION_POINTER_UP:
PointerLocationView.java 470 case MotionEvent.ACTION_POINTER_UP:
628 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) {
    [all...]
ResolverDrawerLayout.java 266 case MotionEvent.ACTION_POINTER_UP: {
341 case MotionEvent.ACTION_POINTER_UP: {
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 225 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
  /frameworks/base/services/core/java/com/android/server/policy/
EnableAccessibilityController.java 202 case MotionEvent.ACTION_POINTER_UP:
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 237 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 274 case MotionEvent.ACTION_POINTER_UP:
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 315 mQ.addLast(new MonkeyTouchEvent(MotionEvent.ACTION_POINTER_UP
MonkeySourceScript.java 395 if(action == MotionEvent.ACTION_POINTER_UP) {
583 mQ.addLast(new MonkeyTouchEvent(MotionEvent.ACTION_POINTER_UP)
    [all...]
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 285 case MotionEvent.ACTION_POINTER_UP:
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlotZoomPan.java 244 case MotionEvent.ACTION_POINTER_UP: // end zoom
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 347 case MotionEvent.ACTION_POINTER_UP:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 384 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_POINTER_UP) {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 211 case MotionEvent.ACTION_POINTER_UP:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 283 case MotionEvent.ACTION_POINTER_UP:
493 case MotionEvent.ACTION_POINTER_UP:
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
SwipeRefreshLayout.java 730 case MotionEventCompat.ACTION_POINTER_UP:
    [all...]
ViewDragHelper.java     [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 303 assertEquals(MotionEvent.ACTION_POINTER_UP, lastEventWithTwoPointers.getActionMasked());
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 750 getPointerAction(MotionEvent.ACTION_POINTER_UP, x), x + 1, properties,
  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 577 : MotionEvent.ACTION_POINTER_UP;
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 422 } else if (actionMasked == MotionEvent.ACTION_POINTER_UP) {
424 problem("ACTION_POINTER_UP index is " + actionIndex
431 problem("ACTION_POINTER_UP specified pointer id " + id
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 635 case MotionEvent.ACTION_POINTER_UP: break;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 478 case MotionEvent.ACTION_POINTER_UP:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 311 case MotionEvent.ACTION_POINTER_UP: {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 388 } else if (action == MotionEvent.ACTION_POINTER_UP) {

Completed in 2541 milliseconds

12 3 4 5