Searched refs:getScaledDoubleTapSlop (Results 1 – 15 of 15) sorted by relevance
52 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector()
54 slop = ViewConfiguration.get(application).getScaledDoubleTapSlop(); in setUp()
48 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in MultiTap()
48 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in SecondFingerMultiTap()
70 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop() * fingers; in MultiFingerMultiTap()
197 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
155 event.getX(), event.getY(), config.getScaledDoubleTapSlop()); in update()
888 public int getScaledDoubleTapSlop() { in getScaledDoubleTapSlop() method in ViewConfiguration
510 doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()
1174 mMultiTapMaxDistance = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in DetectingState()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17642 HSPLandroid/view/ViewConfiguration;->getScaledDoubleTapSlop()I
33998 method public int getScaledDoubleTapSlop();
17706 HSPLandroid/view/ViewConfiguration;->getScaledDoubleTapSlop()I
53506 method public int getScaledDoubleTapSlop();