public class DrawableFactory
extends java.lang.Object
| 构造器和说明 |
|---|
DrawableFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static android.graphics.drawable.AnimationDrawable |
getAnimationDrawable(android.content.res.TypedArray animTa) |
static android.graphics.drawable.StateListDrawable |
getButtonDrawable(android.content.res.TypedArray typedArray,
android.content.res.TypedArray buttonTa) |
static android.graphics.drawable.GradientDrawable |
getDrawable(android.content.res.TypedArray typedArray) |
static android.graphics.drawable.StateListDrawable |
getMultiSelectorDrawable(android.content.Context context,
android.content.res.TypedArray selectorTa) |
static android.content.res.ColorStateList |
getMultiTextColorSelectorColorCreator(android.content.Context context,
android.content.res.TypedArray selectorTa) |
static android.graphics.drawable.StateListDrawable |
getPressDrawable(android.graphics.drawable.GradientDrawable drawable,
android.content.res.TypedArray typedArray,
android.content.res.TypedArray pressTa) |
static android.graphics.drawable.StateListDrawable |
getSelectorDrawable(android.content.res.TypedArray typedArray,
android.content.res.TypedArray selectorTa) |
static android.content.res.ColorStateList |
getTextSelectorColor(android.content.res.TypedArray textTa) |
public static android.graphics.drawable.GradientDrawable getDrawable(android.content.res.TypedArray typedArray)
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic static android.graphics.drawable.StateListDrawable getSelectorDrawable(android.content.res.TypedArray typedArray,
android.content.res.TypedArray selectorTa)
throws java.lang.Exception
java.lang.Exceptionpublic static android.graphics.drawable.StateListDrawable getButtonDrawable(android.content.res.TypedArray typedArray,
android.content.res.TypedArray buttonTa)
throws java.lang.Exception
java.lang.Exceptionpublic static android.content.res.ColorStateList getTextSelectorColor(android.content.res.TypedArray textTa)
public static android.graphics.drawable.StateListDrawable getPressDrawable(android.graphics.drawable.GradientDrawable drawable,
android.content.res.TypedArray typedArray,
android.content.res.TypedArray pressTa)
throws java.lang.Exception
java.lang.Exceptionpublic static android.graphics.drawable.AnimationDrawable getAnimationDrawable(android.content.res.TypedArray animTa)
throws java.lang.Exception
java.lang.Exceptionpublic static android.graphics.drawable.StateListDrawable getMultiSelectorDrawable(android.content.Context context,
android.content.res.TypedArray selectorTa)
public static android.content.res.ColorStateList getMultiTextColorSelectorColorCreator(android.content.Context context,
android.content.res.TypedArray selectorTa)