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

/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java187 * @param targetId drawable for the target
189 Slider(ViewGroup parent, int tabId, int barId, int targetId) { argument
207 target.setImageResource(targetId);
321 void setTarget(int targetId) { argument
322 target.setImageResource(targetId);
746 * @param targetId the resource of the target drawable
750 public void setLeftTabResources(int iconId, int targetId, int barId, int tabId) { argument
752 mLeftSlider.setTarget(targetId);
776 * @param targetId the resource of the target drawable
780 public void setRightTabResources(int iconId, int targetId, in argument
[all...]

Completed in 45 milliseconds