Home | History | Annotate | Download | only in view

Lines Matching refs:isMuted

361     private boolean isMuted(int streamType) {
467 final boolean muted = isMuted(sc.streamType);
627 sc.icon.setImageResource(isMuted(sc.streamType) ? sc.iconMuteRes : sc.iconRes);
723 isMuted(streamType)) ||
926 sc.icon.setImageResource(isMuted(sc.streamType) ? sc.iconMuteRes : sc.iconRes);