Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java224 private static final int DOUBLE_TAP_SLOP = 100; field in ViewConfiguration
419 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()
471 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()
881 return DOUBLE_TAP_SLOP; in getDoubleTapSlop()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63219 Landroid/view/ViewConfiguration;->DOUBLE_TAP_SLOP:I