Home
last modified time | relevance | path

Searched refs:ConstantState (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResources.java28 import android.graphics.drawable.Drawable.ConstantState;
87 private static final LongSparseArray<Drawable.ConstantState> sPreloadedDrawables
88 = new LongSparseArray<Drawable.ConstantState>();
91 private static final LongSparseArray<Drawable.ConstantState> sPreloadedColorDrawables
92 = new LongSparseArray<Drawable.ConstantState>();
99 private final LongSparseArray<WeakReference<Drawable.ConstantState> > mDrawableCache
100 = new LongSparseArray<WeakReference<Drawable.ConstantState> >();
103 private final LongSparseArray<WeakReference<Drawable.ConstantState> > mColorDrawableCache
104 = new LongSparseArray<WeakReference<Drawable.ConstantState> >();
1511 LongSparseArray<WeakReference<ConstantState>> cache, in clearDrawableCache()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DColorDrawable.java154 public ConstantState getConstantState() { in getConstantState()
159 final static class ColorState extends ConstantState {
DClipDrawable.java235 public ConstantState getConstantState() { in getConstantState()
245 final static class ClipState extends ConstantState {
DInsetDrawable.java242 public ConstantState getConstantState() { in getConstantState()
259 final static class InsetState extends ConstantState {
DScaleDrawable.java244 public ConstantState getConstantState() { in getConstantState()
261 final static class ScaleState extends ConstantState {
DNinePatchDrawable.java329 public ConstantState getConstantState() { in getConstantState()
344 final static class NinePatchState extends ConstantState {
DRotateDrawable.java193 public ConstantState getConstantState() { in getConstantState()
293 final static class RotateState extends Drawable.ConstantState {
DAnimatedRotateDrawable.java212 public ConstantState getConstantState() { in getConstantState()
298 final static class AnimatedRotateState extends Drawable.ConstantState {
DShapeDrawable.java368 public ConstantState getConstantState() { in getConstantState()
391 final static class ShapeState extends ConstantState {
DDrawable.java926 public static abstract class ConstantState { class in Drawable
958 public ConstantState getConstantState() { in getConstantState()
DBitmapDrawable.java502 public final ConstantState getConstantState() { in getConstantState()
507 final static class BitmapState extends ConstantState {
DDrawableContainer.java391 public ConstantState getConstantState() { in getConstantState()
418 public abstract static class DrawableContainerState extends ConstantState {
DLayerDrawable.java567 public ConstantState getConstantState() { in getConstantState()
594 static class LayerState extends ConstantState {
DGradientDrawable.java870 public ConstantState getConstantState() {
885 final static class GradientState extends ConstantState {
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java74 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()
DSearchView.java160 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache =
161 new WeakHashMap<String, Drawable.ConstantState>();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsScrollViewPerformanceHelper.java45 private Drawable.ConstantState mBackgroundDrawable;
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt202 NO DOC BLOCK: android.graphics.drawable.Drawable.ConstantState Method newDrawable(android.content.r…
/frameworks/base/
Dpreloaded-classes419 android.graphics.drawable.Drawable$ConstantState
/frameworks/base/docs/html/
Dsitemap.txt1758 http://developer.android.com/reference/android/graphics/drawable/Drawable.ConstantState.html
4386 …/developer.android.com/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.ConstantState.html
/frameworks/base/api/
Dcurrent.txt8873 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 {
D14.txt8873 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 {