public final class ShineUIHelper
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
ShineUIHelper.AnimFactory |
static class |
ShineUIHelper.BooleanStatus |
static class |
ShineUIHelper.Digital |
static class |
ShineUIHelper.FileUtils |
static class |
ShineUIHelper.Gender |
static class |
ShineUIHelper.LikeStatus |
static class |
ShineUIHelper.ShowStatus |
static class |
ShineUIHelper.SimpleAnimationListener |
static class |
ShineUIHelper.SimpleTextWatcher |
构造器和说明 |
---|
ShineUIHelper() |
限定符和类型 | 方法和说明 |
---|---|
static android.graphics.drawable.Drawable |
createDrawableSelector(android.graphics.drawable.Drawable draw,
android.graphics.drawable.Drawable drawPressed) |
static float |
getFontHeight(android.graphics.Paint paint) |
static java.lang.String |
getNonNullString(java.lang.String string) |
static java.lang.String |
getResNew() |
static com.app.crash.ServiceConfigManager |
getServCfgMgr() |
static java.lang.String |
getStringCopy(java.lang.String value) |
static int |
getUserAge(java.lang.String birthday) |
static int |
getUserAge(java.lang.String birthday,
java.lang.String format) |
static boolean |
setAlpha(android.view.View view,
float alpha) |
static boolean |
setVisibility(android.view.View view,
int visibility) |
public static java.lang.String getNonNullString(java.lang.String string)
public static java.lang.String getStringCopy(java.lang.String value)
public static int getUserAge(java.lang.String birthday)
public static int getUserAge(java.lang.String birthday, java.lang.String format)
public static float getFontHeight(android.graphics.Paint paint)
public static boolean setVisibility(android.view.View view, int visibility)
public static boolean setAlpha(android.view.View view, float alpha)
public static android.graphics.drawable.Drawable createDrawableSelector(android.graphics.drawable.Drawable draw, android.graphics.drawable.Drawable drawPressed)
public static com.app.crash.ServiceConfigManager getServCfgMgr()
public static java.lang.String getResNew()