Home
last modified time | relevance | path

Searched refs:minResizeHeight (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java112 public int minResizeHeight; field in AppWidgetProviderInfo
227 this.minResizeHeight = in.readInt(); in AppWidgetProviderInfo()
318 out.writeInt(this.minResizeHeight); in writeToParcel()
344 that.minResizeWidth = this.minResizeHeight; in clone()
345 that.minResizeHeight = this.minResizeHeight; in clone()
DAppWidgetHost.java390 appWidget.minResizeHeight = in onProviderChanged()
391 TypedValue.complexToDimensionPixelSize(appWidget.minResizeHeight, mDisplayMetrics); in onProviderChanged()
DAppWidgetManager.java1079 info.minResizeHeight = TypedValue.complexToDimensionPixelSize(info.minResizeHeight, in convertSizesToPixels()
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd310 and/or {@link android.appwidget.AppWidgetProviderInfo#minResizeHeight android:minResizeHeight}.</p>
319 android.appwidget.AppWidgetProviderInfo#minResizeHeight android:minResizeHeight}.
Dindex.jd194 <li>The <code>minResizeWidth</code> and <code>minResizeHeight</code> attributes
269 <li>The <code>minResizeHeight</code> attribute specifies the minimum height (in dps) to which
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd206 <code>minResizeHeight</code>; these values should specify the size below which the widget would be
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java2264 pw.print("x"); pw.print(info.minResizeHeight); in dumpProvider()
2438 info.minResizeHeight = value != null ? value.data : info.minHeight; in parseProviderInfoXml()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt854 field public static final int minResizeHeight = 16843670; // 0x1010396
5780 field public int minResizeHeight;
/frameworks/base/api/
Dtest-current.txt863 field public static final int minResizeHeight = 16843670; // 0x1010396
6661 field public int minResizeHeight;
Dcurrent.txt863 field public static final int minResizeHeight = 16843670; // 0x1010396
6655 field public int minResizeHeight;
Dsystem-current.txt970 field public static final int minResizeHeight = 16843670; // 0x1010396
6948 field public int minResizeHeight;