Home
last modified time | relevance | path

Searched refs:getScaledDoubleTapSlop (Results 1 – 15 of 15) 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.java48 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.java197 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
/frameworks/base/core/java/android/widget/
DEditorTouchState.java155 event.getX(), event.getY(), config.getScaledDoubleTapSlop()); in update()
/frameworks/base/core/java/android/view/
DViewConfiguration.java888 public int getScaledDoubleTapSlop() { in getScaledDoubleTapSlop() method in ViewConfiguration
DGestureDetector.java510 doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandler.java1174 mMultiTapMaxDistance = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in DetectingState()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt17642 HSPLandroid/view/ViewConfiguration;->getScaledDoubleTapSlop()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33998 method public int getScaledDoubleTapSlop();
/frameworks/base/config/
Dboot-image-profile.txt17706 HSPLandroid/view/ViewConfiguration;->getScaledDoubleTapSlop()I
/frameworks/base/core/api/
Dcurrent.txt53506 method public int getScaledDoubleTapSlop();