Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSoundEffectConstants.java36 private static int sLastNavigationRepeatSoundEffectId = -1; field in SoundEffectConstants
162 if (next >= sLastNavigationRepeatSoundEffectId) { in nextNavigationRepeatSoundEffectId()
165 sLastNavigationRepeatSoundEffectId = next; in nextNavigationRepeatSoundEffectId()