Searched refs:targetCellHeight (Results 1 – 6 of 6) sorted by relevance
217 public int targetCellHeight; field in AppWidgetProviderInfo378 this.targetCellHeight = in.readInt(); in AppWidgetProviderInfo()502 out.writeInt(this.targetCellHeight); in writeToParcel()532 that.targetCellHeight = this.targetCellHeight; in clone()
78 out.attributeInt(null, ATTR_TARGET_CELL_HEIGHT, info.targetCellHeight); in writeAppWidgetProviderInfoLocked()121 info.targetCellHeight = parser.getAttributeInt(null, ATTR_TARGET_CELL_HEIGHT, 0); in readAppWidgetProviderInfoLocked()
2771 info.targetCellHeight = sa.getInt( in parseAppWidgetProviderInfo()
148 assertThat(info.targetCellHeight) in testParseSizeConfiguration()369 original.targetCellHeight = 1; in testWidgetProviderInfoPersistence()385 assertThat(target.targetCellHeight).isEqualTo(original.targetCellHeight); in testWidgetProviderInfoPersistence()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1604 field public static final int targetCellHeight = 16844341; // 0x10106359426 field public int targetCellHeight;