Searched refs:ConstantState (Results 1 – 22 of 22) sorted by relevance
28 import android.graphics.drawable.Drawable.ConstantState;87 private static final LongSparseArray<Drawable.ConstantState> sPreloadedDrawables88 = new LongSparseArray<Drawable.ConstantState>();91 private static final LongSparseArray<Drawable.ConstantState> sPreloadedColorDrawables92 = new LongSparseArray<Drawable.ConstantState>();99 private final LongSparseArray<WeakReference<Drawable.ConstantState> > mDrawableCache100 = new LongSparseArray<WeakReference<Drawable.ConstantState> >();103 private final LongSparseArray<WeakReference<Drawable.ConstantState> > mColorDrawableCache104 = new LongSparseArray<WeakReference<Drawable.ConstantState> >();1511 LongSparseArray<WeakReference<ConstantState>> cache, in clearDrawableCache()[all …]
154 public ConstantState getConstantState() { in getConstantState()159 final static class ColorState extends ConstantState {
235 public ConstantState getConstantState() { in getConstantState()245 final static class ClipState extends ConstantState {
242 public ConstantState getConstantState() { in getConstantState()259 final static class InsetState extends ConstantState {
244 public ConstantState getConstantState() { in getConstantState()261 final static class ScaleState extends ConstantState {
329 public ConstantState getConstantState() { in getConstantState()344 final static class NinePatchState extends ConstantState {
193 public ConstantState getConstantState() { in getConstantState()293 final static class RotateState extends Drawable.ConstantState {
212 public ConstantState getConstantState() { in getConstantState()298 final static class AnimatedRotateState extends Drawable.ConstantState {
368 public ConstantState getConstantState() { in getConstantState()391 final static class ShapeState extends ConstantState {
926 public static abstract class ConstantState { class in Drawable958 public ConstantState getConstantState() { in getConstantState()
502 public final ConstantState getConstantState() { in getConstantState()507 final static class BitmapState extends ConstantState {
391 public ConstantState getConstantState() { in getConstantState()418 public abstract static class DrawableContainerState extends ConstantState {
567 public ConstantState getConstantState() { in getConstantState()594 static class LayerState extends ConstantState {
870 public ConstantState getConstantState() {885 final static class GradientState extends ConstantState {
74 private WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache;102 WeakHashMap<String, Drawable.ConstantState> outsideDrawablesCache) { in SuggestionsAdapter()593 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache()638 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache()644 Drawable.ConstantState toCache = drawable == null ? null : drawable.getConstantState(); in getActivityIconWithCache()
160 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache =161 new WeakHashMap<String, Drawable.ConstantState>();
45 private Drawable.ConstantState mBackgroundDrawable;
202 NO DOC BLOCK: android.graphics.drawable.Drawable.ConstantState Method newDrawable(android.content.r…
419 android.graphics.drawable.Drawable$ConstantState
1758 http://developer.android.com/reference/android/graphics/drawable/Drawable.ConstantState.html4386 …/developer.android.com/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.ConstantState.html
8873 method public final android.graphics.drawable.Drawable.ConstantState getConstantState();8931 method public android.graphics.drawable.Drawable.ConstantState getConstantState();8974 public static abstract class Drawable.ConstantState {8975 ctor public Drawable.ConstantState();8996 …DrawableContainer.DrawableContainerState extends android.graphics.drawable.Drawable.ConstantState {