Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewConfiguration.java208 private static final int DOUBLE_TAP_SLOP = 100; field in ViewConfiguration
375 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()
425 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()
765 return DOUBLE_TAP_SLOP; in getDoubleTapSlop()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67185 Landroid/view/ViewConfiguration;->DOUBLE_TAP_SLOP:I