Home
last modified time | relevance | path

Searched refs:getScaledDoubleTapSlop (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/gesture/
DConsecutiveTapsGestureDetector.java55 int doubleTapSlop = ViewConfiguration.get(mView.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector()
/frameworks/base/core/java/android/view/
DViewConfiguration.java584 public int getScaledDoubleTapSlop() { in getScaledDoubleTapSlop() method in ViewConfiguration
DGestureDetector.java432 doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java176 final int doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationGestureHandler.java542 mMultiTapDistanceSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in DetectingStateHandler()
DTouchExplorer.java178 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
/frameworks/base/core/java/android/widget/
DEditor.java5225 int doubleTapSlop = viewConfiguration.getScaledDoubleTapSlop();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33998 method public int getScaledDoubleTapSlop();
/frameworks/base/api/
Dcurrent.txt42913 method public int getScaledDoubleTapSlop();
Dsystem-current.txt45913 method public int getScaledDoubleTapSlop();
Dtest-current.txt42992 method public int getScaledDoubleTapSlop();