public class Utils
extends java.lang.Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
convertDpToPx(android.content.Context context,
float dp) |
static android.graphics.drawable.StateListDrawable |
getCheckableIconStateList(android.content.Context ctx,
android.graphics.drawable.Drawable icon,
android.graphics.drawable.Drawable checkedIcon) |
static android.graphics.drawable.StateListDrawable |
getCheckableIconStateList(android.content.Context ctx,
android.graphics.drawable.Drawable icon,
android.graphics.drawable.Drawable checkedIcon,
boolean animate) |
static java.lang.String |
getString(android.content.res.TypedArray a,
int index,
int defIndex) |
public static int convertDpToPx(android.content.Context context,
float dp)
public static java.lang.String getString(android.content.res.TypedArray a,
@StyleableRes
int index,
@StyleableRes
int defIndex)
public static android.graphics.drawable.StateListDrawable getCheckableIconStateList(android.content.Context ctx,
android.graphics.drawable.Drawable icon,
android.graphics.drawable.Drawable checkedIcon)
public static android.graphics.drawable.StateListDrawable getCheckableIconStateList(android.content.Context ctx,
android.graphics.drawable.Drawable icon,
android.graphics.drawable.Drawable checkedIcon,
boolean animate)