Searched refs:targetCellWidth (Results 1 – 6 of 6) sorted by relevance
208 public int targetCellWidth; field in AppWidgetProviderInfo377 this.targetCellWidth = in.readInt(); in AppWidgetProviderInfo()501 out.writeInt(this.targetCellWidth); in writeToParcel()531 that.targetCellWidth = this.targetCellWidth; in clone()
77 out.attributeInt(null, ATTR_TARGET_CELL_WIDTH, info.targetCellWidth); in writeAppWidgetProviderInfoLocked()120 info.targetCellWidth = parser.getAttributeInt(null, ATTR_TARGET_CELL_WIDTH, 0); in readAppWidgetProviderInfoLocked()
2769 info.targetCellWidth = sa.getInt( in parseAppWidgetProviderInfo()
146 assertThat(info.targetCellWidth) in testParseSizeConfiguration()368 original.targetCellWidth = 1; in testWidgetProviderInfoPersistence()384 assertThat(target.targetCellWidth).isEqualTo(original.targetCellWidth); in testWidgetProviderInfoPersistence()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1605 field public static final int targetCellWidth = 16844340; // 0x10106349427 field public int targetCellWidth;