-
public class UIUtils
-
-
Method Summary
Modifier and Type Method Description static ResourcesgetPreferredLocalizedResources(Context context)static ResourcesgetLocalizedResourcesByDomestic(Context context)static ResourcesgetLocalizedResources(Context context, Locale locale)static intgetLayoutId(Context context, String name)static intgetViewId(Context context, String name)static intgetDrawableId(Context context, String name)static intgetStringId(Context context, String name)static intgetStyleId(Context context, String name)static intgetId(Context context, String name)static StringgetString(Context context, String name)static intdp2px(Context context, float dipValue)static intdp2pxWithScale(float scale, float dipValue)static intsp2px(Context context, float spValue)static intgetWindowShortLength(Activity context)static intgetWindowLongLength(Activity context)static intgetWindowWidth(Activity context)static intgetWindowHeight(Activity context)static DrawablegetPackageIconDrawable(Activity context)static StringgetAppName(Context context)-
-
Method Detail
-
getPreferredLocalizedResources
static Resources getPreferredLocalizedResources(Context context)
-
getLocalizedResourcesByDomestic
static Resources getLocalizedResourcesByDomestic(Context context)
-
getLocalizedResources
static Resources getLocalizedResources(Context context, Locale locale)
-
getLayoutId
static int getLayoutId(Context context, String name)
-
getDrawableId
static int getDrawableId(Context context, String name)
-
getStringId
static int getStringId(Context context, String name)
-
getStyleId
static int getStyleId(Context context, String name)
-
dp2pxWithScale
static int dp2pxWithScale(float scale, float dipValue)
-
getWindowShortLength
static int getWindowShortLength(Activity context)
-
getWindowLongLength
static int getWindowLongLength(Activity context)
-
getWindowWidth
static int getWindowWidth(Activity context)
-
getWindowHeight
static int getWindowHeight(Activity context)
-
getPackageIconDrawable
static Drawable getPackageIconDrawable(Activity context)
-
getAppName
static String getAppName(Context context)
-
-
-
-