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

1 2

  /sdk/templates/other/AppWidget/root/res/xml/
appwidget_info.xml.ftl 12 android:resizeMode="horizontal|vertical"
14 android:resizeMode="horizontal"
16 android:resizeMode="vertical"
  /packages/apps/Mms/res/xml/
widget_info.xml 9 android:resizeMode="horizontal|vertical"
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 86 * is greater than minWidth or if horizontal resizing isn't enabled (see {@link #resizeMode}).
95 * is greater than minHeight or if vertical resizing isn't enabled (see {@link #resizeMode}).
182 * <p>This field corresponds to the <code>android:resizeMode</code> attribute in
185 public int resizeMode;
222 this.resizeMode = in.readInt();
250 out.writeInt(this.resizeMode);
270 that.resizeMode = this.resizeMode;
  /cts/apps/CtsVerifier/res/xml/
widget_info.xml 22 android:resizeMode="vertical|horizontal"
  /development/apps/BuildWidget/res/xml/
widget_build.xml 24 android:resizeMode="horizontal"
  /development/samples/ApiDemos/res/xml/
appwidget_provider.xml 23 android:resizeMode="horizontal"
  /development/samples/StackWidget/res/xml/
stackwidgetinfo.xml 26 android:resizeMode="horizontal|vertical" -->
  /development/samples/WeatherListWidget/res/xml/
widgetinfo.xml 22 android:resizeMode="vertical"
  /packages/apps/Browser/res/xml/
bookmarkthumbnailwidget_info.xml 27 android:resizeMode="vertical|horizontal"
  /packages/apps/Browser/res/xml-sw600dp/
bookmarkthumbnailwidget_info.xml 27 android:resizeMode="vertical|horizontal"
  /packages/apps/Calendar/res/xml/
appwidget_info.xml 25 android:resizeMode="horizontal|vertical"
  /packages/apps/DeskClock/res/xml/
digital_appwidget.xml 23 android:resizeMode="vertical|horizontal"
  /packages/apps/Email/res/xml/
widget_info.xml 23 android:resizeMode="horizontal|vertical"
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.R.attr.html 87 <A NAME="android.R.attr.resizeMode"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#resizeMode" target="_top"><code>resizeMode</code></A></nobr>
android.appwidget.AppWidgetProviderInfo.html 115 <A NAME="android.appwidget.AppWidgetProviderInfo.resizeMode"></A>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/appwidget/AppWidgetProviderInfo.html#resizeMode" target="_top"><code>resizeMode</code></A></nobr>
fields_index_additions.html 382 <i>resizeMode</i><br>
384 <A HREF="android.R.attr.html#android.R.attr.resizeMode" class="hiddenlink" target="rightframe">android.R.attr</A>
387 <A HREF="android.appwidget.AppWidgetProviderInfo.html#android.appwidget.AppWidgetProviderInfo.resizeMode" class="hiddenlink" target="rightframe">android.appwidget.AppWidgetProviderInfo</A>
fields_index_all.html 400 <i>resizeMode</i><br>
402 <A HREF="android.R.attr.html#android.R.attr.resizeMode" class="hiddenlink" target="rightframe">android.R.attr</A>
405 <A HREF="android.appwidget.AppWidgetProviderInfo.html#android.appwidget.AppWidgetProviderInfo.resizeMode" class="hiddenlink" target="rightframe">android.appwidget.AppWidgetProviderInfo</A>
alldiffs_index_additions.html     [all...]
  /frameworks/base/docs/html/sdk/api_diff/12/
missingSinces.txt 161 NO DOC BLOCK: android.R.attr Field resizeMode
162 NO DOC BLOCK: android.appwidget.AppWidgetProviderInfo Field resizeMode
user_comments_for_11_to_12.xml 43 <identifier id="android.R.attr.resizeMode"/>
265 <identifier id="android.appwidget.AppWidgetProviderInfo.resizeMode"/>
    [all...]
  /frameworks/base/docs/html/guide/topics/appwidgets/
host.jd 305 {@link android.appwidget.AppWidgetProviderInfo#resizeMode android:resizeMode}
index.jd 177 android:resizeMode="horizontal|vertical"
267 <li>The <code>resizeMode</code> attribute specifies the rules by which a widget
272 <code>resizeMode</code> attribute include "horizontal", "vertical", and "none".
278 vertical resizing isn't enabled (see <code>resizeMode</code>). Introduced in Android 4.0.</li>
282 horizontal resizing isn't enabled (see <code>resizeMode</code>). Introduced in Android 4.0.</li>
    [all...]
  /frameworks/base/docs/html/about/versions/
android-3.1.jd 376 <code>resizeMode</code> attribute in the widget's {@link
378 <code>resizeMode</code> attribute include "horizontal", "vertical", and "none".
391 android:resizeMode="horizontal|vertical" >
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 83 mResizeMode = widgetView.getAppWidgetInfo().resizeMode;
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java 345 pw.print(" resizeMode=");
346 pw.print(info.resizeMode);
    [all...]

Completed in 2108 milliseconds

1 2