Searched refs:targetCellHeight (Results 1 – 6 of 6) sorted by relevance
221 public int targetCellHeight; field in AppWidgetProviderInfo396 this.targetCellHeight = in.readInt(); in AppWidgetProviderInfo()523 out.writeInt(this.targetCellHeight); in writeToParcel()556 that.targetCellHeight = this.targetCellHeight; in clone()
149 assertThat(info.targetCellHeight) in testParseSizeConfiguration()370 original.targetCellHeight = 1; in testWidgetProviderInfoPersistence()386 assertThat(target.targetCellHeight).isEqualTo(original.targetCellHeight); in testWidgetProviderInfoPersistence()
84 out.attributeInt(null, ATTR_TARGET_CELL_HEIGHT, info.targetCellHeight); in writeAppWidgetProviderInfoLocked()125 info.targetCellHeight = parser.getAttributeInt(null, ATTR_TARGET_CELL_HEIGHT, 0); in readAppWidgetProviderInfoLocked()
3086 info.targetCellHeight = sa.getInt( in parseAppWidgetProviderInfo()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1641 field public static final int targetCellHeight = 16844341; // 0x10106359694 field public int targetCellHeight;