Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java199 public int maxResizeHeight; field in AppWidgetProviderInfo
376 this.maxResizeHeight = in.readInt(); in AppWidgetProviderInfo()
500 out.writeInt(this.maxResizeHeight); in writeToParcel()
530 that.maxResizeHeight = this.maxResizeHeight; in clone()
582 maxResizeHeight = TypedValue.complexToDimensionPixelSize(maxResizeHeight, displayMetrics); in updateDimensions()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetXmlUtil.java76 out.attributeInt(null, ATTR_MAX_RESIZE_HEIGHT, info.maxResizeHeight); in writeAppWidgetProviderInfoLocked()
119 info.maxResizeHeight = parser.getAttributeInt(null, ATTR_MAX_RESIZE_HEIGHT, 0); in readAppWidgetProviderInfoLocked()
H A DAppWidgetServiceImpl.java2767 info.maxResizeHeight = value != null ? value.data : 0; in parseAppWidgetProviderInfo()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java144 assertThat(info.maxResizeHeight) in testParseSizeConfiguration()
367 original.maxResizeHeight = 120; in testWidgetProviderInfoPersistence()
383 assertThat(target.maxResizeHeight).isEqualTo(original.maxResizeHeight); 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.txt1145 field public static final int maxResizeHeight = 16844339; // 0x1010633
9416 field public int maxResizeHeight;