Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java115 public int minResizeHeight; field in AppWidgetProviderInfo
230 this.minResizeHeight = in.readInt(); in AppWidgetProviderInfo()
321 out.writeInt(this.minResizeHeight); in writeToParcel()
347 that.minResizeWidth = this.minResizeHeight; in clone()
348 that.minResizeHeight = this.minResizeHeight; in clone()
392 minResizeHeight = TypedValue.complexToDimensionPixelSize(minResizeHeight, displayMetrics); in updateDimensions()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java2364 pw.print("x"); pw.print(info.minResizeHeight); in dumpProvider()
2539 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/
Dcurrent.txt908 field public static final int minResizeHeight = 16843670; // 0x1010396
7192 field public int minResizeHeight;
Dtest-current.txt908 field public static final int minResizeHeight = 16843670; // 0x1010396
7224 field public int minResizeHeight;
Dsystem-current.txt1038 field public static final int minResizeHeight = 16843670; // 0x1010396
7663 field public int minResizeHeight;