public interface IAppInfo
限定符和类型 | 字段和说明 |
---|---|
static int |
GLOBAL_LAYOUT_CHANGED |
static int |
INIT_CHANGED |
static int |
ORIENTATION_CHANGED |
static int |
SCREEN_ALL_HEIGHT |
static int |
SCREEN_CHANGED |
static int |
SCREEN_HEIGHT |
static int |
SCREEN_WIDTH |
限定符和类型 | 方法和说明 |
---|---|
void |
clearMaskLayerCount() |
Activity |
getActivity() |
io.dcloud.adapter.util.ViewRect |
getAppViewRect() |
int |
getInt(int type) |
int |
getMaskLayerCount() |
IOnCreateSplashView |
getOnCreateSplashView() |
int |
getRequestedOrientation() |
boolean |
isFullScreen() |
boolean |
isVerticalScreen() |
IWebAppRootView |
obtainWebAppRootView() |
void |
setFullScreen(boolean fullScreen) |
void |
setMaskLayer(boolean showMask) |
void |
setOnCreateSplashView(IOnCreateSplashView listener) |
void |
setRequestedOrientation(int type) |
void |
setRequestedOrientation(java.lang.String type) |
void |
setWebAppRootView(IWebAppRootView appRootView) |
void |
updateScreenInfo(int changedType) |
static final int SCREEN_WIDTH
static final int SCREEN_HEIGHT
static final int SCREEN_ALL_HEIGHT
static final int INIT_CHANGED
static final int ORIENTATION_CHANGED
static final int SCREEN_CHANGED
static final int GLOBAL_LAYOUT_CHANGED
boolean isVerticalScreen()
void setRequestedOrientation(java.lang.String type)
void setRequestedOrientation(int type)
int getRequestedOrientation()
void updateScreenInfo(int changedType)
Activity getActivity()
io.dcloud.adapter.util.ViewRect getAppViewRect()
IWebAppRootView obtainWebAppRootView()
void setOnCreateSplashView(IOnCreateSplashView listener)
IOnCreateSplashView getOnCreateSplashView()
void setWebAppRootView(IWebAppRootView appRootView)
void setFullScreen(boolean fullScreen)
boolean isFullScreen()
void setMaskLayer(boolean showMask)
int getMaskLayerCount()
void clearMaskLayerCount()
int getInt(int type)