HomeSort by relevance Sort by last modified time
    Searched full:smallscreens (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/tests/DpiTest/
AndroidManifest.xml 20 <supports-screens android:smallScreens="true" />
  /packages/experimental/AndroidVendorSecurityTool/
AndroidManifest.xml 9 android:smallScreens="true"
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/testdata/
AndroidManifest-testapp.xml 20 android:smallScreens="true" android:anyDensity="true"
  /cts/tests/tests/dpi/src/android/dpi/cts/
DefaultManifestAttributesTest.java 29 * android:smallScreens
  /frameworks/base/docs/html/guide/topics/manifest/
supports-screens-element.jd 12 android:<a href="#small">smallScreens</a>=["true" | "false"]
78 <dt><a name="small"></a>{@code android:smallScreens}</dt>
171 <code><a href="#small">smallScreens</a></code>, <code><a href="#normal">normalScreens</a></code>,
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.R.attr.html 297 <A NAME="android.R.attr.smallScreens"></A>
298 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#smallScreens" target="_top"><code>smallScreens</code></A></nobr>
alldiffs_index_additions.html     [all...]
fields_index_additions.html     [all...]
fields_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
ManifestData.java 246 * returns the value of the <code>smallScreens</code> attribute or null if not present.
252 void setSmallScreens(Boolean smallScreens) {
253 mSmallScreens = getConstantBoolean(smallScreens);
AndroidManifest.java 71 public final static String ATTRIBUTE_SMALLSCREENS = "smallScreens";
  /frameworks/base/docs/html/guide/practices/
screens-distribution.jd 125 &lt;supports-screens android:smallScreens="false"
optimizing-for-3.0.jd 510 &lt;supports-screens android:smallScreens="false"
    [all...]
  /packages/apps/Gallery2/
AndroidManifest.xml 25 <supports-screens android:smallScreens="false"
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 168 * android:smallScreens}.
  /frameworks/base/docs/html/sdk/api_diff/4/
missingSinces.txt 214 NO DOC BLOCK: android.R.attr Field smallScreens
user_comments_for_3_to_4.xml 331 <identifier id="android.R.attr.smallScreens"/>
    [all...]
  /frameworks/base/docs/html/guide/appendix/
market-filters.jd 96 <code>minSdkVersion</code> requirement of <code>"4"</code> and set <code>smallScreens="false"</code>
  /frameworks/base/core/res/res/values/
attrs_manifest.xml     [all...]
public.xml     [all...]
  /prebuilt/sdk/6/
android.jar 
  /frameworks/base/api/
10.xml     [all...]
11.xml     [all...]
12.xml     [all...]

Completed in 710 milliseconds

1 2