Home
last modified time | relevance | path

Searched refs:KeyguardBottomAreaVibrations (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardQuickAffordanceViewBinder.kt235 KeyguardBottomAreaVibrations.ShakeAnimationDuration.inWholeMilliseconds
237 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles)
240 vibratorHelper?.vibrate(KeyguardBottomAreaVibrations.Shake)
319 KeyguardBottomAreaVibrations.Activated
321 KeyguardBottomAreaVibrations.Deactivated
H A DKeyguardBottomAreaViewBinder.kt247 vibratorHelper?.vibrate(KeyguardBottomAreaVibrations.Activated)
412 KeyguardBottomAreaVibrations.ShakeAnimationDuration.inWholeMilliseconds
414 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles)
417 vibratorHelper?.vibrate(KeyguardBottomAreaVibrations.Shake)
487 KeyguardBottomAreaVibrations.Activated
489 KeyguardBottomAreaVibrations.Deactivated
H A DKeyguardQuickAffordanceOnTouchListener.kt120 KeyguardBottomAreaVibrations.Activated
122 KeyguardBottomAreaVibrations.Deactivated
H A DKeyguardBottomAreaVibrations.kt22 object KeyguardBottomAreaVibrations { regex
H A DKeyguardSettingsViewBinder.kt55 vibratorHelper.vibrate(KeyguardBottomAreaVibrations.Activated)