Searched defs:TOUCH_SLOP (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java142 private static final int TOUCH_SLOP = 8; field in class:ViewConfiguration
148 private static final int DOUBLE_TAP_TOUCH_SLOP = TOUCH_SLOP;
158 * See the note above on {@link #TOUCH_SLOP} regarding the dimen resource
162 private static final int PAGING_TOUCH_SLOP = TOUCH_SLOP * 2;
255 mTouchSlop = TOUCH_SLOP;
536 return TOUCH_SLOP;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java51 private final int TOUCH_SLOP; field in class:RadialPickerLayout
105 TOUCH_SLOP = vc.getScaledTouchSlop();
634 if (!mDoingMove && dX <= TOUCH_SLOP && dY <= TOUCH_SLOP) {

Completed in 155 milliseconds