Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardQuickAffordanceViewBinder.kt224 KeyguardBottomAreaVibrations.ShakeAnimationDuration.inWholeMilliseconds in <lambda>()
226 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles) in <lambda>()
230 vibratorHelper?.vibrate(KeyguardBottomAreaVibrations.Shake) in <lambda>()
309 KeyguardBottomAreaVibrations.Activated in <lambda>()
311 KeyguardBottomAreaVibrations.Deactivated in <lambda>()
DKeyguardBottomAreaViewBinder.kt279 vibratorHelper?.vibrate(KeyguardBottomAreaVibrations.Activated) in <lambda>()
440 KeyguardBottomAreaVibrations.ShakeAnimationDuration.inWholeMilliseconds in <lambda>()
442 CycleInterpolator(KeyguardBottomAreaVibrations.ShakeAnimationCycles) in <lambda>()
446 vibratorHelper?.vibrate(KeyguardBottomAreaVibrations.Shake) in <lambda>()
516 KeyguardBottomAreaVibrations.Activated in <lambda>()
518 KeyguardBottomAreaVibrations.Deactivated in <lambda>()
DKeyguardQuickAffordanceOnTouchListener.kt120 KeyguardBottomAreaVibrations.Activated in dispatchClick()
122 KeyguardBottomAreaVibrations.Deactivated in dispatchClick()
DKeyguardBottomAreaVibrations.kt22 object KeyguardBottomAreaVibrations { object
DKeyguardSettingsViewBinder.kt59 vibratorHelper.vibrate(KeyguardBottomAreaVibrations.Activated) in <lambda>()