Searched defs:isSoundEffectsEnabled (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1492 public boolean isSoundEffectsEnabled() { method in class:ExpandableNotificationRow
1495 return !mute && super.isSoundEffectsEnabled();
/frameworks/base/core/java/android/view/
H A DView.java9582 * @see #isSoundEffectsEnabled()
9599 public boolean isSoundEffectsEnabled() { method in class:View
22532 * {@link #isSoundEffectsEnabled()} is true.
22537 if (mAttachInfo == null || mAttachInfo.mRootCallbacks == null || !isSoundEffectsEnabled()) {
26230 stream.addProperty("misc:soundEffectsEnabled", isSoundEffectsEnabled());

Completed in 375 milliseconds