Searched refs:minResizeWidth (Results 1 – 9 of 9) sorted by relevance
103 public int minResizeWidth; field in AppWidgetProviderInfo226 this.minResizeWidth = in.readInt(); in AppWidgetProviderInfo()317 out.writeInt(this.minResizeWidth); in writeToParcel()344 that.minResizeWidth = this.minResizeHeight; in clone()
352 appWidget.minResizeWidth = in onProviderChanged()353 TypedValue.complexToDimensionPixelSize(appWidget.minResizeWidth, mDisplayMetrics); in onProviderChanged()
1076 info.minResizeWidth = TypedValue.complexToDimensionPixelSize(info.minResizeWidth, in convertSizesToPixels()
309 {@link android.appwidget.AppWidgetProviderInfo#minResizeWidth android:minResizeWidth}317 android.appwidget.AppWidgetProviderInfo#minResizeWidth android:minResizeWidth}
201 <li>The <code>minResizeWidth</code> and <code>minResizeHeight</code> attributes280 <li>The <code> minResizeWidth </code> attribute specifies the minimum width (in dps) to which786 …he framework ignores the {@code minWidth}, {@code minHeight}, {@code minResizeWidth}, and {@code m…
205 the widget. You can specify the minimum widget size using <code>minResizeWidth</code> and
1960 pw.print(") minResize=("); pw.print(info.minResizeWidth); in dumpProvider()2130 info.minResizeWidth = value != null ? value.data : info.minWidth; in parseProviderInfoXml()
925 field public static final int minResizeWidth = 16843669; // 0x10103955995 field public int minResizeWidth;
855 field public static final int minResizeWidth = 16843669; // 0x10103955783 field public int minResizeWidth;