Exemplo n.º 1
0
  /** Current mute state for this audio output channel */
  public boolean isMuted() {
    if (mMuteControl != null) {
      return mMuteControl.getValue();
    }

    return false;
  }
Exemplo n.º 2
0
 public boolean isSelected() {
   return control.getValue();
 }