Searched refs:getScaledDoubleTapSlop (Results 1 – 14 of 14) sorted by relevance
52 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector()
54 slop = ViewConfiguration.get(application).getScaledDoubleTapSlop(); in setUp()
46 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in MultiTap()
48 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in SecondFingerMultiTap()
70 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop() * fingers; in MultiFingerMultiTap()
153 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
140 event.getX(), event.getY(), config.getScaledDoubleTapSlop()); in update()
765 public int getScaledDoubleTapSlop() { in getScaledDoubleTapSlop() method in ViewConfiguration
482 doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()
646 mMultiTapMaxDistance = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in DetectingState()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
33998 method public int getScaledDoubleTapSlop();
23129 HSPLandroid/view/ViewConfiguration;->getScaledDoubleTapSlop()I
54666 method public int getScaledDoubleTapSlop();