Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/
DSliderHapticFeedbackProvider.kt55 private var hasVibratedAtLowerBookend = false variable
164 if (!hasVibratedAtLowerBookend) { in onLowerBookend()
166 hasVibratedAtLowerBookend = true in onLowerBookend()
180 hasVibratedAtLowerBookend = false in onProgress()