Searched refs:screenSize (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/docs/html/guide/topics/manifest/ |
D | compatible-screens-element.jd | 11 …<<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 <screen android:screenSize="small" android:screenDensity="ldpi" /> 125 <screen android:screenSize="small" android:screenDensity="mdpi" /> 126 <screen android:screenSize="small" android:screenDensity="hdpi" /> 127 <screen android:screenSize="small" android:screenDensity="xhdpi" /> 129 <screen android:screenSize="normal" android:screenDensity="ldpi" /> 130 <screen android:screenSize="normal" android:screenDensity="mdpi" /> 131 <screen android:screenSize="normal" android:screenDensity="hdpi" /> [all …]
|
D | activity-element.jd | 17 "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/ |
D | screens-distribution.jd | 69 compatible, using both the {@code android:screenSize} and {@code android:screenDensity} attributes. 85 <screen android:screenSize="small" android:screenDensity="ldpi" /> 86 <screen android:screenSize="small" android:screenDensity="mdpi" /> 87 <screen android:screenSize="small" android:screenDensity="hdpi" /> 88 <screen android:screenSize="small" android:screenDensity="xhdpi" /> 90 <screen android:screenSize="normal" android:screenDensity="ldpi" /> 91 <screen android:screenSize="normal" android:screenDensity="mdpi" /> 92 <screen android:screenSize="normal" android:screenDensity="hdpi" /> 93 <screen android:screenSize="normal" android:screenDensity="xhdpi" />
|
D | optimizing-for-3.0.jd | 552 the {@code android:screenSize} and {@code android:screenDensity} attributes. Each {@code 569 <screen android:screenSize="small" android:screenDensity="ldpi" /> 570 <screen android:screenSize="small" android:screenDensity="mdpi" /> 571 <screen android:screenSize="small" android:screenDensity="hdpi" /> 572 <screen android:screenSize="small" android:screenDensity="xhdpi" /> 574 <screen android:screenSize="normal" android:screenDensity="ldpi" /> 575 <screen android:screenSize="normal" android:screenDensity="mdpi" /> 576 <screen android:screenSize="normal" android:screenDensity="hdpi" /> 577 <screen android:screenSize="normal" android:screenDensity="xhdpi" />
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderAction.java | 330 ScreenSize screenSize = hardwareConfig.getScreenSize(); in getConfiguration() local 331 if (screenSize != null) { in getConfiguration() 332 switch (screenSize) { in getConfiguration()
|
/frameworks/base/native/android/ |
D | configuration.cpp | 189 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/ |
D | configuration.h | 283 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1891 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/ |
D | runtime-changes.jd | 230 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/ |
D | Command.cpp | 353 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/ |
D | AccessibilityManagerService.java | 3278 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/ |
D | ResourceTypes.h | 1045 uint32_t screenSize; member
|
/frameworks/base/docs/html/ndk/reference/ |
D | configuration_8h.jd | 185 ….html#ga6709434d0f99b8367d0df2dfdfbef45a">AConfiguration</a> *config, int32_t screenSize)</td></tr>
|
D | group___configuration.jd | 186 ….html#ga6709434d0f99b8367d0df2dfdfbef45a">AConfiguration</a> *config, int32_t screenSize)</td></tr> 1382 <td class="paramname"><em>screenSize</em> </td>
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1765 change. If your app targets API level 13 or higher, you must handle the {@code "screenSize"}
|
/frameworks/base/api/ |
D | current.txt | 1019 field public static final int screenSize = 16843466; // 0x10102ca
|
D | system-current.txt | 1111 field public static final int screenSize = 16843466; // 0x10102ca
|