Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java170 public int minResizeWidth; field in AppWidgetProviderInfo
373 this.minResizeWidth = in.readInt(); in AppWidgetProviderInfo()
497 out.writeInt(this.minResizeWidth); in writeToParcel()
527 that.minResizeWidth = this.minResizeWidth; in clone()
579 minResizeWidth = TypedValue.complexToDimensionPixelSize(minResizeWidth, displayMetrics); in updateDimensions()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetXmlUtil.java73 out.attributeInt(null, ATTR_MIN_RESIZE_WIDTH, info.minResizeWidth); in writeAppWidgetProviderInfoLocked()
116 info.minResizeWidth = parser.getAttributeInt(null, ATTR_MIN_RESIZE_WIDTH, 0); in readAppWidgetProviderInfoLocked()
H A DAppWidgetServiceImpl.java2506 pw.print(") minResize=("); pw.print(info.minResizeWidth); in dumpProviderLocked()
2757 info.minResizeWidth = value != null ? value.data : info.minWidth; in parseAppWidgetProviderInfo()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java138 assertThat(info.minResizeWidth) in testParseSizeConfiguration()
380 assertThat(target.minResizeWidth).isEqualTo(original.minResizeWidth); in testWidgetProviderInfoPersistence()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1167 field public static final int minResizeWidth = 16843669; // 0x1010395
9420 field public int minResizeWidth;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76143 Lcom/android/internal/R$attr;->minResizeWidth:I