Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java217 public int targetCellHeight; field in AppWidgetProviderInfo
378 this.targetCellHeight = in.readInt(); in AppWidgetProviderInfo()
502 out.writeInt(this.targetCellHeight); in writeToParcel()
532 that.targetCellHeight = this.targetCellHeight; in clone()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetXmlUtil.java78 out.attributeInt(null, ATTR_TARGET_CELL_HEIGHT, info.targetCellHeight); in writeAppWidgetProviderInfoLocked()
121 info.targetCellHeight = parser.getAttributeInt(null, ATTR_TARGET_CELL_HEIGHT, 0); in readAppWidgetProviderInfoLocked()
H A DAppWidgetServiceImpl.java2771 info.targetCellHeight = sa.getInt( in parseAppWidgetProviderInfo()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java148 assertThat(info.targetCellHeight) in testParseSizeConfiguration()
369 original.targetCellHeight = 1; in testWidgetProviderInfoPersistence()
385 assertThat(target.targetCellHeight).isEqualTo(original.targetCellHeight); 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.txt1604 field public static final int targetCellHeight = 16844341; // 0x1010635
9426 field public int targetCellHeight;