Searched refs:TOUCH_SLOP (Results 1 – 1 of 1) sorted by relevance
49 private static final int TOUCH_SLOP = 16; field in ShadowViewConfiguration50 private static final int PAGING_TOUCH_SLOP = TOUCH_SLOP * 2;82 touchSlop = (int) (density * TOUCH_SLOP + 0.5f); in setup()162 return TOUCH_SLOP; in getTouchSlop()