public class XNotchHelper
extends java.lang.Object
| 构造器和说明 |
|---|
XNotchHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
getNotchHeightInVivo(android.content.Context context) |
static int |
getNotchHeightInXiaomi(android.content.Context context) |
static int[] |
getNotchSizeInHuawei(android.content.Context context) |
static int |
getNotchWidthInVivo(android.content.Context context) |
static int |
getNotchWidthInXiaomi(android.content.Context context) |
static int |
getSafeInsetBottom(android.app.Activity activity) |
static int |
getSafeInsetBottom(android.view.View view) |
static int |
getSafeInsetLeft(android.app.Activity activity) |
static int |
getSafeInsetLeft(android.view.View view) |
static int |
getSafeInsetRight(android.app.Activity activity) |
static int |
getSafeInsetRight(android.view.View view) |
static int |
getSafeInsetTop(android.app.Activity activity) |
static int |
getSafeInsetTop(android.view.View view) |
static boolean |
has3rdNotch(android.content.Context context) |
static boolean |
hasNotch(android.app.Activity activity) |
static boolean |
hasNotch(android.view.View view) |
static boolean |
hasNotchInHuawei(android.content.Context context) |
static boolean |
hasNotchInOppo(android.content.Context context) |
static boolean |
hasNotchInVivo(android.content.Context context) |
static boolean |
hasNotchInXiaomi(android.content.Context context) |
static boolean |
isNotchOfficialSupport() |
public static boolean hasNotchInVivo(android.content.Context context)
public static boolean hasNotchInHuawei(android.content.Context context)
public static boolean hasNotchInOppo(android.content.Context context)
public static boolean hasNotchInXiaomi(android.content.Context context)
public static boolean hasNotch(android.view.View view)
public static boolean hasNotch(android.app.Activity activity)
public static boolean has3rdNotch(android.content.Context context)
public static int getSafeInsetTop(android.app.Activity activity)
public static int getSafeInsetBottom(android.app.Activity activity)
public static int getSafeInsetLeft(android.app.Activity activity)
public static int getSafeInsetRight(android.app.Activity activity)
public static int getSafeInsetTop(android.view.View view)
public static int getSafeInsetBottom(android.view.View view)
public static int getSafeInsetLeft(android.view.View view)
public static int getSafeInsetRight(android.view.View view)
public static int[] getNotchSizeInHuawei(android.content.Context context)
public static int getNotchWidthInXiaomi(android.content.Context context)
public static int getNotchHeightInXiaomi(android.content.Context context)
public static int getNotchWidthInVivo(android.content.Context context)
public static int getNotchHeightInVivo(android.content.Context context)
public static boolean isNotchOfficialSupport()