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

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

Completed in 1289 milliseconds