Searched refs:barId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java193 * @param barId drawable for the bar
196 Slider(ViewGroup parent, int tabId, int barId, int targetId) { argument
208 text.setBackgroundResource(barId);
233 void setBarBackgroundResource(int barId) { argument
234 text.setBackgroundResource(barId);
763 * @param barId the resource of the bar drawable (stateful)
766 public void setLeftTabResources(int iconId, int targetId, int barId, int tabId) { argument
769 mLeftSlider.setBarBackgroundResource(barId);
793 * @param barId the resource of the bar drawable (stateful)
796 public void setRightTabResources(int iconId, int targetId, int barId, in argument
[all...]

Completed in 51 milliseconds