public class XeyUtils extends Object
| 构造器和说明 |
|---|
XeyUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
checkEmptyStr(String str) |
static boolean |
checkEmptyStrings(String... strs) |
static int |
getRandomInt() |
static int |
getRandomInt(int max) |
static boolean |
inRangeOfView(android.view.View view,
android.view.MotionEvent ev) |
static boolean |
isMobileNO(String mobiles) |
public static boolean checkEmptyStr(String str)
public static boolean checkEmptyStrings(String... strs)
public static boolean isMobileNO(String mobiles)
public static boolean inRangeOfView(android.view.View view,
android.view.MotionEvent ev)
public static int getRandomInt()
public static int getRandomInt(int max)