Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java174 public int minResizeWidth; field in AppWidgetProviderInfo
391 this.minResizeWidth = in.readInt(); in AppWidgetProviderInfo()
518 out.writeInt(this.minResizeWidth); in writeToParcel()
551 that.minResizeWidth = this.minResizeWidth; in clone()
606 minResizeWidth = TypedValue.complexToDimensionPixelSize(minResizeWidth, displayMetrics); in updateDimensions()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetXmlUtil.java79 out.attributeInt(null, ATTR_MIN_RESIZE_WIDTH, info.minResizeWidth); in writeAppWidgetProviderInfoLocked()
120 info.minResizeWidth = parser.getAttributeInt(null, ATTR_MIN_RESIZE_WIDTH, 0); in readAppWidgetProviderInfoLocked()
DAppWidgetServiceImpl.java2814 pw.print(") minResize=("); pw.print(info.minResizeWidth); in dumpProviderLocked()
3072 info.minResizeWidth = value != null ? value.data : info.minWidth; in parseAppWidgetProviderInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java139 assertThat(info.minResizeWidth) in testParseSizeConfiguration()
381 assertThat(target.minResizeWidth).isEqualTo(original.minResizeWidth); in testWidgetProviderInfoPersistence()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt855 field public static final int minResizeWidth = 16843669; // 0x1010395
5781 field public int minResizeWidth;
/frameworks/base/core/api/
Dcurrent.txt1193 field public static final int minResizeWidth = 16843669; // 0x1010395
9688 field public int minResizeWidth;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75500 Lcom/android/internal/R$attr;->minResizeWidth:I