Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DSingleTapClassifier.java19 import static com.android.systemui.classifier.FalsingModule.SINGLE_TAP_TOUCH_SLOP;
31 @Named(SINGLE_TAP_TOUCH_SLOP) float touchSlop) { in SingleTapClassifier()
H A DFalsingModule.java42 String SINGLE_TAP_TOUCH_SLOP = "falsing_single_tap_touch_slop"; field
82 @Named(SINGLE_TAP_TOUCH_SLOP)