Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java870 HalVibration currentVibration = mCurrentVibration.getVibration(); in shouldIgnoreVibrationForOngoingLocked() local
871 if (currentVibration.hasEnded() || mCurrentVibration.wasNotifiedToCancel()) { in shouldIgnoreVibrationForOngoingLocked()
877 return shouldIgnoreVibrationForOngoing(vib, currentVibration); in shouldIgnoreVibrationForOngoingLocked()