Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vibrator/
DHapticFeedbackCustomization.java112 private final SparseArray<VibrationEffect> mHapticCustomizationsForSourceRotary; field in HapticFeedbackCustomization
125 mHapticCustomizationsForSourceRotary = new SparseArray<>(); in HapticFeedbackCustomization()
143 mHapticCustomizationsForSourceRotary = in HapticFeedbackCustomization()
150 mHapticCustomizationsForSourceRotary = new SparseArray<>(); in HapticFeedbackCustomization()
160 mHapticCustomizationsForSourceRotary = hapticCustomizationsForSourceRotary; in HapticFeedbackCustomization()
173 resultVibration = mHapticCustomizationsForSourceRotary.get(effectId); in getEffect()