Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonView.java53 private final boolean mPlaySounds; field in KeyButtonView
80 mPlaySounds = true; in KeyButtonView()
249 if (!mPlaySounds) return; in playSoundEffect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonView.java71 private final boolean mPlaySounds; field in KeyButtonView
167 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true); in KeyButtonView()
372 if (!mPlaySounds) return; in playSoundEffect()