Searched refs:TOUCH_SLOP (Results 1 – 1 of 1) sorted by relevance
102 private static final int TOUCH_SLOP = 16; field in ViewConfiguration160 mTouchSlop = TOUCH_SLOP; in ViewConfiguration()186 mTouchSlop = (int) (density * TOUCH_SLOP + 0.5f); in ViewConfiguration()333 return TOUCH_SLOP; in getTouchSlop()