HomeSort by relevance Sort by last modified time
    Searched full:barid (Results 1 - 3 of 3) sorted by null

  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
WeirdListeners.java 36 @BindingAdapter({"runnable", "fooId", "barId"})
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 193 * @param barId drawable for the bar
196 Slider(ViewGroup parent, int tabId, int barId, int targetId) {
208 text.setBackgroundResource(barId);
233 void setBarBackgroundResource(int barId) {
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) {
769 mLeftSlider.setBarBackgroundResource(barId);
793 * @param barId the resource of the bar drawable (stateful)
796 public void setRightTabResources(int iconId, int targetId, int barId, int tabId)
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
listeners.xml 337 app:barId="@{2}"

Completed in 78 milliseconds