Home
last modified time | relevance | path

Searched defs:EFFECT_CLICK (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DVibratorWrapper.java52 public static final VibrationEffect EFFECT_CLICK = field in VibratorWrapper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java178 public static final VibrationEffect EFFECT_CLICK = field in UdfpsController
654 EFFECT_CLICK, in playStartHaptic() local
/aosp12/frameworks/base/core/java/android/os/
H A DVibrationEffect.java72 public static final int EFFECT_CLICK = Effect.CLICK; field in VibrationEffect