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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DMipmapDrawable.java109 // selectDrawable assumes that the container content does not change.
111 // selectDrawable has a fast exit case when oldIndex==newIndex, the new drawable could end
114 selectDrawable(-1);
125 selectDrawable(index);
H A DLevelListDrawable.java79 if (selectDrawable(idx)) {
H A DAnimationDrawable.java214 selectDrawable(frame);
H A DStateListDrawable.java106 if (selectDrawable(idx)) {
H A DDrawableContainer.java275 public boolean selectDrawable(int idx) { method in class:DrawableContainer

Completed in 40 milliseconds