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

  /external/setupdesign/main/src/com/google/android/setupdesign/view/
NavigationBarButton.java 119 Drawable[] compoundDrawables = getCompoundDrawables();
120 drawables[0] = compoundDrawables[0]; // left
121 drawables[1] = compoundDrawables[1]; // top
122 drawables[2] = compoundDrawables[2]; // right
123 drawables[3] = compoundDrawables[3]; // bottom
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 431 final Drawable[] compoundDrawables = textView.getCompoundDrawables();
433 assertNull(compoundDrawables[0]);
436 ((BitmapDrawable) compoundDrawables[0]).getBitmap());
439 assertNull(compoundDrawables[1]);
442 ((BitmapDrawable) compoundDrawables[1]).getBitmap());
445 assertNull(compoundDrawables[2]);
448 ((BitmapDrawable) compoundDrawables[2]).getBitmap());
451 assertNull(compoundDrawables[3]);
454 ((BitmapDrawable) compoundDrawables[3]).getBitmap());

Completed in 214 milliseconds