Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java189 public int maxResizeWidth; field in AppWidgetProviderInfo
375 this.maxResizeWidth = in.readInt(); in AppWidgetProviderInfo()
499 out.writeInt(this.maxResizeWidth); in writeToParcel()
529 that.maxResizeWidth = this.maxResizeWidth; in clone()
581 maxResizeWidth = TypedValue.complexToDimensionPixelSize(maxResizeWidth, displayMetrics); in updateDimensions()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetXmlUtil.java75 out.attributeInt(null, ATTR_MAX_RESIZE_WIDTH, info.maxResizeWidth); in writeAppWidgetProviderInfoLocked()
118 info.maxResizeWidth = parser.getAttributeInt(null, ATTR_MAX_RESIZE_WIDTH, 0); in readAppWidgetProviderInfoLocked()
H A DAppWidgetServiceImpl.java2764 info.maxResizeWidth = value != null ? value.data : 0; in parseAppWidgetProviderInfo()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java142 assertThat(info.maxResizeWidth) in testParseSizeConfiguration()
366 original.maxResizeWidth = 250; in testWidgetProviderInfoPersistence()
382 assertThat(target.maxResizeWidth).isEqualTo(original.maxResizeWidth); 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.txt1146 field public static final int maxResizeWidth = 16844338; // 0x1010632
9417 field public int maxResizeWidth;