Searched refs:getLongPressTimeout (Results 1 – 4 of 4) sorted by relevance
60 SystemClock.sleep((long) (ViewConfiguration.getLongPressTimeout() * 1.5)); in perform()
196 SystemClock.sleep((long) (ViewConfiguration.getLongPressTimeout() * 1.5f)); in perform()
26 assertEquals(500, ViewConfiguration.getLongPressTimeout()); in methodsShouldReturnAndroidConstants()
131 public static int getLongPressTimeout() { in getLongPressTimeout() method in ShadowViewConfiguration