HomeSort by relevance Sort by last modified time
    Searched refs:setCompoundDrawables (Results 1 - 7 of 7) sorted by null

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java 86 ((TextView) view).setCompoundDrawables(d, null, null, null);
91 ((TextView) view).setCompoundDrawables(d, null, null, null);
  /external/setupdesign/main/src/com/google/android/setupdesign/view/
NavigationBarButton.java 63 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) {
76 super.setCompoundDrawables(left, top, right, bottom);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
AppLinkTestActivity.java 123 instructions.setCompoundDrawables(image, null, null, null);
  /developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/chat/
MessageAdapter.kt 96 setCompoundDrawables(null, null, null, null)
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 308 textView.setCompoundDrawables(null, info.icon, null, null);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/setupcompat/main/java/com/google/android/setupcompat/template/
FooterBarMixin.java 700 button.setCompoundDrawables(iconStart, null, iconEnd, null);

Completed in 336 milliseconds