Searched refs:TOUCH_SLOP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java135 private static final int TOUCH_SLOP = 8; field in class:ViewConfiguration
141 private static final int DOUBLE_TAP_TOUCH_SLOP = TOUCH_SLOP;
151 * See the note above on {@link #TOUCH_SLOP} regarding the dimen resource
155 private static final int PAGING_TOUCH_SLOP = TOUCH_SLOP * 2;
239 mTouchSlop = TOUCH_SLOP;
484 return TOUCH_SLOP;

Completed in 27 milliseconds