Home
last modified time | relevance | path

Searched refs:DOUBLE_TAP_SLOP (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewConfiguration.java214 private static final int DOUBLE_TAP_SLOP = 100; field in ViewConfiguration
400 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()
452 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()
822 return DOUBLE_TAP_SLOP; in getDoubleTapSlop()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63862 Landroid/view/ViewConfiguration;->DOUBLE_TAP_SLOP:I