HomeSort by relevance Sort by last modified time
    Searched refs:touchSlop (Results 1 - 16 of 16) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewConfiguration.java 65 private int touchSlop;
82 touchSlop = (int) (density * TOUCH_SLOP + 0.5f);
167 return touchSlop;
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 273 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
275 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
313 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
315 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
349 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
351 x + (touchSlop / 2.0f), y + (touchSlop / 2.0f), 0);
409 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop()
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 139 final int touchSlop = mTouchSlop;
140 boolean yMoved = yDiff > touchSlop;
PagedView.java 161 // It true, use a different slop parameter (pagingTouchSlop = 2 * touchSlop) for deciding
    [all...]
  /frameworks/base/core/java/android/view/
GestureDetector.java 388 int touchSlop, doubleTapSlop, doubleTapTouchSlop;
391 touchSlop = ViewConfiguration.getTouchSlop();
392 doubleTapTouchSlop = touchSlop; // Hack rather than adding a hiden method for this
399 touchSlop = configuration.getScaledTouchSlop();
405 mTouchSlopSquare = touchSlop * touchSlop;
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 175 final int touchSlop = configuration.getScaledTouchSlop();
180 mTouchSlopSquare = touchSlop * touchSlop;
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 140 int touchSlop = mTouchSlop;
141 mUpperBound = Math.min(y - touchSlop, mHeight / 3);
142 mLowerBound = Math.max(y + touchSlop, mHeight * 2 /3);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 175 // It true, use a different slop parameter (pagingTouchSlop = 2 * touchSlop) for deciding
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 58 milliseconds