Searched defs:expandable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java43 public void setExpandable(boolean expandable) {
72 * 1) Application declares its expandable in manifest file using <supports-screens> or
79 * A flag mask to tell if the application is configured to be expandable. This differs
80 * from EXPANDABLE in that the application that is not expandable will be
81 * marked as expandable if Configuration.SCREENLAYOUT_COMPAT_NEEDED is not set.
202 * Sets expandable bit in the compatibility flag.
204 public void setExpandable(boolean expandable) { argument
205 if (expandable) {
215 public void setLargeScreens(boolean expandable) { argument
216 if (expandable) {
226 setXLargeScreens(boolean expandable) argument
[all...]

Completed in 235 milliseconds