Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewConfiguration.java63 private int touchSlop; field in ShadowViewConfiguration
81 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()