Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/gesture/
DConsecutiveTapsGestureDetector.java52 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/gesture/
DConsecutiveTapsGestureDetectorTest.java54 slop = ViewConfiguration.get(application).getScaledDoubleTapSlop(); in setUp()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DMultiTap.java46 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in MultiTap()
DSecondFingerMultiTap.java48 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in SecondFingerMultiTap()
DMultiFingerMultiTap.java70 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop() * fingers; in MultiFingerMultiTap()
DTouchExplorer.java153 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
/frameworks/base/core/java/android/widget/
DEditorTouchState.java140 event.getX(), event.getY(), config.getScaledDoubleTapSlop()); in update()
/frameworks/base/core/java/android/view/
DViewConfiguration.java765 public int getScaledDoubleTapSlop() { in getScaledDoubleTapSlop() method in ViewConfiguration
DGestureDetector.java482 doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DFullScreenMagnificationGestureHandler.java646 mMultiTapMaxDistance = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in DetectingState()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33998 method public int getScaledDoubleTapSlop();
/frameworks/base/config/
Dboot-image-profile.txt23129 HSPLandroid/view/ViewConfiguration;->getScaledDoubleTapSlop()I
/frameworks/base/api/
Dcurrent.txt54666 method public int getScaledDoubleTapSlop();