Searched refs:mPlaySounds (Results 1 – 2 of 2) sorted by relevance
53 private final boolean mPlaySounds; field in KeyButtonView80 mPlaySounds = true; in KeyButtonView()249 if (!mPlaySounds) return; in playSoundEffect()
71 private final boolean mPlaySounds; field in KeyButtonView167 mPlaySounds = a.getBoolean(R.styleable.KeyButtonView_playSound, true); in KeyButtonView()372 if (!mPlaySounds) return; in playSoundEffect()