Home
last modified time | relevance | path

Searched defs:DOUBLE_TAP_TOUCH_SLOP (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingModule.java45 String DOUBLE_TAP_TOUCH_SLOP = "falsing_double_tap_touch_slop"; field
/frameworks/base/core/java/android/view/
DViewConfiguration.java205 private static final int DOUBLE_TAP_TOUCH_SLOP = TOUCH_SLOP; field in ViewConfiguration