Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DInputDeviceDelegate.java50 private boolean mShouldVibrateInputDevices; field in InputDeviceDelegate
133 if (vibrateInputDevices == mShouldVibrateInputDevices) { in updateInputDeviceVibrators()
138 mShouldVibrateInputDevices = vibrateInputDevices; in updateInputDeviceVibrators()
171 if (!mShouldVibrateInputDevices) { in updateInputDevice()