Home
last modified time | relevance | path

Searched refs:touchSlop (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowViewConfiguration.java65 private int touchSlop; field in ShadowViewConfiguration
82 touchSlop = (int) (density * TOUCH_SLOP + 0.5f); in setup()
167 return touchSlop; in getScaledTouchSlop()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java346 int touchSlop = configuration.getScaledTouchSlop(); in onCreate() local
347 mTouchSlopSquare = touchSlop * touchSlop; in onCreate()