Home
last modified time | relevance | path

Searched refs:screenSize (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/docs/html/guide/topics/manifest/
Dcompatible-screens-element.jd11 …&lt;<a href="#screen">screen</a> android:<a href="#screenSize">screenSize</a>=["small" | "normal" …
72 android:screenSize} and {@code android:screenDensity} attributes (if you do not declare both
77 <dt id="screenSize"><code>android:screenSize</code></dt>
124 &lt;screen android:screenSize="small" android:screenDensity="ldpi" />
125 &lt;screen android:screenSize="small" android:screenDensity="mdpi" />
126 &lt;screen android:screenSize="small" android:screenDensity="hdpi" />
127 &lt;screen android:screenSize="small" android:screenDensity="xhdpi" />
129 &lt;screen android:screenSize="normal" android:screenDensity="ldpi" />
130 &lt;screen android:screenSize="normal" android:screenDensity="mdpi" />
131 &lt;screen android:screenSize="normal" android:screenDensity="hdpi" />
[all …]
Dactivity-element.jd17 "uiMode", "orientation", "screenSize",
282 targetSdkVersion}</a> attributes), then you should also declare the {@code "screenSize"}
286 <td>"{@code screenSize}"</td>
/frameworks/base/docs/html/guide/practices/
Dscreens-distribution.jd69 compatible, using both the {@code android:screenSize} and {@code android:screenDensity} attributes.
85 &lt;screen android:screenSize="small" android:screenDensity="ldpi" />
86 &lt;screen android:screenSize="small" android:screenDensity="mdpi" />
87 &lt;screen android:screenSize="small" android:screenDensity="hdpi" />
88 &lt;screen android:screenSize="small" android:screenDensity="xhdpi" />
90 &lt;screen android:screenSize="normal" android:screenDensity="ldpi" />
91 &lt;screen android:screenSize="normal" android:screenDensity="mdpi" />
92 &lt;screen android:screenSize="normal" android:screenDensity="hdpi" />
93 &lt;screen android:screenSize="normal" android:screenDensity="xhdpi" />
Doptimizing-for-3.0.jd552 the {@code android:screenSize} and {@code android:screenDensity} attributes. Each {@code
569 &lt;screen android:screenSize="small" android:screenDensity="ldpi" />
570 &lt;screen android:screenSize="small" android:screenDensity="mdpi" />
571 &lt;screen android:screenSize="small" android:screenDensity="hdpi" />
572 &lt;screen android:screenSize="small" android:screenDensity="xhdpi" />
574 &lt;screen android:screenSize="normal" android:screenDensity="ldpi" />
575 &lt;screen android:screenSize="normal" android:screenDensity="mdpi" />
576 &lt;screen android:screenSize="normal" android:screenDensity="hdpi" />
577 &lt;screen android:screenSize="normal" android:screenDensity="xhdpi" />
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java330 ScreenSize screenSize = hardwareConfig.getScreenSize(); in getConfiguration() local
331 if (screenSize != null) { in getConfiguration()
332 switch (screenSize) { in getConfiguration()
/frameworks/base/native/android/
Dconfiguration.cpp189 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize) { in AConfiguration_setScreenSize() argument
191 | (screenSize&ResTable_config::MASK_SCREENSIZE); in AConfiguration_setScreenSize()
/frameworks/native/include/android/
Dconfiguration.h283 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1891 diff = (int32_t)(screenSize - o.screenSize); in compare()
1979 if (screenSize != o.screenSize) diffs |= CONFIG_SCREEN_SIZE; in diff()
2142 if (screenSize || o.screenSize) { in isMoreSpecificThan()
2399 if (screenSize || o.screenSize) { in isBetterThan()
2472 const int screenSize = screenLayout&MASK_SCREENSIZE; in match() local
2476 if (screenSize != 0 && screenSize > setScreenSize) { in match()
2566 if (screenSize != 0) { in match()
2990 if (screenSize != 0) { in toString()
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd230 attributes), you must include the {@code "screenSize"} value in addition to the {@code
232 android:configChanges="orientation|screenSize"}. However, if your application targets API level
/frameworks/base/tools/aapt/
DCommand.cpp353 int32_t screenSize = AaptXml::getIntegerAttribute(tree, in printCompatibleScreens() local
357 if (screenSize > 0 && screenDensity > 0) { in printCompatibleScreens()
362 printf("'%d/%d'", screenSize, screenDensity); in printCompatibleScreens()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3278 Point screenSize = mTempPoint; in getAccessibilityFocusClickPointInScreenNotLocked() local
3279 mDefaultDisplay.getRealSize(screenSize); in getAccessibilityFocusClickPointInScreenNotLocked()
3280 if (!boundsInScreen.intersect(0, 0, screenSize.x, screenSize.y)) { in getAccessibilityFocusClickPointInScreenNotLocked()
/frameworks/base/include/androidfw/
DResourceTypes.h1045 uint32_t screenSize; member
/frameworks/base/docs/html/ndk/reference/
Dconfiguration_8h.jd185 ….html#ga6709434d0f99b8367d0df2dfdfbef45a">AConfiguration</a> *config, int32_t screenSize)</td></tr>
Dgroup___configuration.jd186 ….html#ga6709434d0f99b8367d0df2dfdfbef45a">AConfiguration</a> *config, int32_t screenSize)</td></tr>
1382 <td class="paramname"><em>screenSize</em>&#160;</td>
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1765 change. If your app targets API level 13 or higher, you must handle the {@code "screenSize"}
/frameworks/base/api/
Dcurrent.txt1019 field public static final int screenSize = 16843466; // 0x10102ca
Dsystem-current.txt1111 field public static final int screenSize = 16843466; // 0x10102ca