Searched refs:touchSlop (Results 1 – 2 of 2) sorted by relevance
63 private int touchSlop; field in ShadowViewConfiguration81 touchSlop = (int) (density * TOUCH_SLOP + 0.5f); in setup()167 return touchSlop; in getScaledTouchSlop()
346 int touchSlop = configuration.getScaledTouchSlop(); in onCreate() local347 mTouchSlopSquare = touchSlop * touchSlop; in onCreate()