Home
last modified time | relevance | path

Searched refs:screenSize (Results 1 – 16 of 16) 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 "orientation", "screenSize", "smallestScreenSize"]
281 targetSdkVersion}</a> attributes), then you should also declare the {@code "screenSize"}
285 <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.java324 ScreenSize screenSize = hardwareConfig.getScreenSize(); in getConfiguration() local
325 if (screenSize != null) { in getConfiguration()
326 switch (screenSize) { in getConfiguration()
/frameworks/base/native/android/
Dconfiguration.cpp185 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize) { in AConfiguration_setScreenSize() argument
187 | (screenSize&ResTable_config::MASK_SCREENSIZE); in AConfiguration_setScreenSize()
/frameworks/native/include/android/
Dconfiguration.h278 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPagedView.java1326 int screenSize = getViewportWidth(); in acceleratedOverScroll() local
1330 float f = OVERSCROLL_ACCELERATE_FACTOR * (amount / screenSize); in acceleratedOverScroll()
1339 int overScrollAmount = (int) Math.round(f * screenSize); in acceleratedOverScroll()
1351 int screenSize = getViewportWidth(); in dampedOverScroll() local
1353 float f = (amount / screenSize); in dampedOverScroll()
1363 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize); in dampedOverScroll()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1819 diff = (int32_t)(screenSize - o.screenSize); in compare()
1902 if (screenSize != o.screenSize) diffs |= CONFIG_SCREEN_SIZE; in diff()
2057 if (screenSize || o.screenSize) { in isMoreSpecificThan()
2305 if (screenSize || o.screenSize) { in isBetterThan()
2378 const int screenSize = screenLayout&MASK_SCREENSIZE; in match() local
2382 if (screenSize != 0 && screenSize > setScreenSize) { in match()
2453 if (screenSize != 0) { in match()
2816 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.cpp352 int32_t screenSize = AaptXml::getIntegerAttribute(tree, in printCompatibleScreens() local
356 if (screenSize > 0 && screenDensity > 0) { in printCompatibleScreens()
361 printf("'%d/%d'", screenSize, screenDensity); in printCompatibleScreens()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3209 Point screenSize = mTempPoint; in getAccessibilityFocusClickPointInScreenNotLocked() local
3210 mDefaultDisplay.getRealSize(screenSize); in getAccessibilityFocusClickPointInScreenNotLocked()
3211 boundsInScreen.intersect(0, 0, screenSize.x, screenSize.y); in getAccessibilityFocusClickPointInScreenNotLocked()
/frameworks/base/include/androidfw/
DResourceTypes.h1044 uint32_t screenSize; member
/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/
Dsystem-current.txt1112 field public static final int screenSize = 16843466; // 0x10102ca
Dcurrent.txt1042 field public static final int screenSize = 16843466; // 0x10102ca