Home
last modified time | relevance | path

Searched refs:minResizeWidth (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java103 public int minResizeWidth; field in AppWidgetProviderInfo
226 this.minResizeWidth = in.readInt(); in AppWidgetProviderInfo()
317 out.writeInt(this.minResizeWidth); in writeToParcel()
344 that.minResizeWidth = this.minResizeHeight; in clone()
DAppWidgetHost.java352 appWidget.minResizeWidth = in onProviderChanged()
353 TypedValue.complexToDimensionPixelSize(appWidget.minResizeWidth, mDisplayMetrics); in onProviderChanged()
DAppWidgetManager.java1076 info.minResizeWidth = TypedValue.complexToDimensionPixelSize(info.minResizeWidth, in convertSizesToPixels()
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd309 {@link android.appwidget.AppWidgetProviderInfo#minResizeWidth android:minResizeWidth}
317 android.appwidget.AppWidgetProviderInfo#minResizeWidth android:minResizeWidth}
Dindex.jd201 <li>The <code>minResizeWidth</code> and <code>minResizeHeight</code> attributes
280 <li>The <code> minResizeWidth </code> attribute specifies the minimum width (in dps) to which
786 …he framework ignores the {@code minWidth}, {@code minHeight}, {@code minResizeWidth}, and {@code m…
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd205 the widget. You can specify the minimum widget size using <code>minResizeWidth</code> and
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1960 pw.print(") minResize=("); pw.print(info.minResizeWidth); in dumpProvider()
2130 info.minResizeWidth = value != null ? value.data : info.minWidth; in parseProviderInfoXml()
/frameworks/base/api/
Dsystem-current.txt925 field public static final int minResizeWidth = 16843669; // 0x1010395
5995 field public int minResizeWidth;
Dcurrent.txt855 field public static final int minResizeWidth = 16843669; // 0x1010395
5783 field public int minResizeWidth;