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

/frameworks/base/core/java/android/content/res/
H A DColorStateList.java39 * {@link android.content.res.ColorStateList}s are created from XML resource files defined in the
60 public class ColorStateList implements Parcelable { class in inherits:Parcelable
67 private static final SparseArray<WeakReference<ColorStateList>> sCache =
68 new SparseArray<WeakReference<ColorStateList>>();
70 private ColorStateList() { } method in class:ColorStateList
73 * Creates a ColorStateList that returns the specified mapping from
76 public ColorStateList(int[][] states, int[] colors) { method in class:ColorStateList
92 * Creates or retrieves a ColorStateList that always returns a single color.
94 public static ColorStateList valueOf(int color) {
97 WeakReference<ColorStateList> re
[all...]

Completed in 38 milliseconds