List of usage examples for android.widget Button equals
public boolean equals(Object obj)
From source file:com.vrem.wifianalyzer.wifi.graph.channel.ChannelGraphNavigation.java
private void setButtonsBackgroundColor(View view) { for (Button current : getNavigationItems()) { setSelectedButton(current, current.equals(view)); }//w ww.ja v a 2 s. c om }