public class SupportsScreens extends ManifestBase
attributes: android:resizeable=["true"| "false"] android:smallScreens=["true" | "false"] android:normalScreens=["true" | "false"] android:largeScreens=["true" | "false"] android:xlargeScreens=["true" | "false"] android:anyDensity=["true" | "false"] android:requiresSmallestWidthDp="integer" android:compatibleWidthLimitDp="integer" android:largestWidthLimitDp="integer"
| Constructor and Description |
|---|
SupportsScreens() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAnyDensity() |
String |
getCompatibleWidthLimitDp() |
Boolean |
getLargeScreens() |
String |
getLargestWidthLimitDp() |
Boolean |
getNormalScreens() |
String |
getRequiresSmallestWidthDp() |
Boolean |
getResizeable() |
Boolean |
getSmallScreen() |
Boolean |
getXlargeScreens() |
void |
setAnyDensity(Boolean anyDensity) |
void |
setCompatibleWidthLimitDp(String compatibleWidthLimitDp) |
void |
setLargeScreens(Boolean largeScreens) |
void |
setLargestWidthLimitDp(String largestWidthLimitDp) |
void |
setNormalScreens(Boolean normalScreens) |
void |
setRequiresSmallestWidthDp(String requiresSmallestWidthDp) |
void |
setResizeable(Boolean resizeable) |
void |
setSmallScreen(Boolean smallScreen) |
void |
setXlargeScreens(Boolean xlargeScreens) |
getElements, setElementspublic SupportsScreens()
public Boolean getResizeable()
public void setResizeable(Boolean resizeable)
public Boolean getSmallScreen()
public void setSmallScreen(Boolean smallScreen)
public Boolean getNormalScreens()
public void setNormalScreens(Boolean normalScreens)
public Boolean getLargeScreens()
public void setLargeScreens(Boolean largeScreens)
public Boolean getXlargeScreens()
public void setXlargeScreens(Boolean xlargeScreens)
public Boolean getAnyDensity()
public void setAnyDensity(Boolean anyDensity)
public String getRequiresSmallestWidthDp()
public void setRequiresSmallestWidthDp(String requiresSmallestWidthDp)
public String getCompatibleWidthLimitDp()
public void setCompatibleWidthLimitDp(String compatibleWidthLimitDp)
public String getLargestWidthLimitDp()
public void setLargestWidthLimitDp(String largestWidthLimitDp)
Copyright © 2014. All Rights Reserved.