jsonObject| 构造器和说明 |
|---|
ScreenBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDensityDpi() |
float |
getDensityScale() |
int |
getGetNavigationBarHeight() |
int |
getGetStatusBarHeight() |
int |
getHeight() |
int |
getScreenBrightness() |
int |
getWidth() |
int |
getWindowNotchHeight() |
boolean |
isCheckHasNavigationBar() |
boolean |
isCheckHideStatusBar() |
boolean |
isScreenAuto() |
boolean |
isScreenAutoChange() |
boolean |
isWindowNotch() |
void |
setCheckHasNavigationBar(boolean checkHasNavigationBar) |
void |
setCheckHideStatusBar(boolean checkHideStatusBar) |
void |
setDensityDpi(int densityDpi) |
void |
setDensityScale(float densityScale) |
void |
setGetNavigationBarHeight(int getNavigationBarHeight) |
void |
setGetStatusBarHeight(int getStatusBarHeight) |
void |
setHeight(int height) |
void |
setScreenAuto(boolean screenAuto) |
void |
setScreenAutoChange(boolean screenAutoChange) |
void |
setScreenBrightness(int screenBrightness) |
void |
setWidth(int width) |
void |
setWindowNotch(boolean windowNotch) |
void |
setWindowNotchHeight(int windowNotchHeight) |
protected org.json.JSONObject |
toJSONObject() |
public boolean isWindowNotch()
public void setWindowNotch(boolean windowNotch)
public int getWindowNotchHeight()
public void setWindowNotchHeight(int windowNotchHeight)
public float getDensityScale()
public void setDensityScale(float densityScale)
public int getDensityDpi()
public void setDensityDpi(int densityDpi)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public boolean isScreenAuto()
public void setScreenAuto(boolean screenAuto)
public int getScreenBrightness()
public void setScreenBrightness(int screenBrightness)
public boolean isScreenAutoChange()
public void setScreenAutoChange(boolean screenAutoChange)
public boolean isCheckHideStatusBar()
public void setCheckHideStatusBar(boolean checkHideStatusBar)
public boolean isCheckHasNavigationBar()
public void setCheckHasNavigationBar(boolean checkHasNavigationBar)
public int getGetStatusBarHeight()
public void setGetStatusBarHeight(int getStatusBarHeight)
public int getGetNavigationBarHeight()
public void setGetNavigationBarHeight(int getNavigationBarHeight)
protected org.json.JSONObject toJSONObject()
toJSONObject 在类中 BaseBean