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
62 public class ColorStateList implements Parcelable { class in inherits:Parcelable
69 private static final SparseArray<WeakReference<ColorStateList>> sCache =
70 new SparseArray<WeakReference<ColorStateList>>();
72 private ColorStateList() { } method in class:ColorStateList
75 * Creates a ColorStateList that returns the specified mapping from
78 public ColorStateList(int[][] states, int[] colors) { method in class:ColorStateList
94 * Creates or retrieves a ColorStateList that always returns a single color.
96 public static ColorStateList valueOf(int color) {
99 WeakReference<ColorStateList> re
[all...]

Completed in 940 milliseconds