Searched defs:getCachedDrawable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java77 Drawable d = getCachedDrawable();
95 Drawable b = getCachedDrawable();
108 private Drawable getCachedDrawable() { method in class:DynamicDrawableSpan
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java237 Drawable dr = getCachedDrawable(context, key);
334 Drawable dr = getCachedDrawable(context, key);
391 private Drawable getCachedDrawable(@NonNull final Context context, final long key) { method in class:AppCompatDrawableManager

Completed in 103 milliseconds