Searched refs:getScaledDoubleTapSlop (Results 1 – 3 of 3) sorted by relevance
55 assertEquals(100, viewConfiguration.getScaledDoubleTapSlop()); in methodsShouldReturnAndroidConstants()71 assertEquals(150, viewConfiguration.getScaledDoubleTapSlop()); in methodsShouldReturnScaledAndroidConstantsDependingOnPixelDensity()
63 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector()
176 protected int getScaledDoubleTapSlop() { in getScaledDoubleTapSlop() method in ShadowViewConfiguration