Searched refs:maxResizeHeight (Results 1 – 6 of 6) sorted by relevance
199 public int maxResizeHeight; field in AppWidgetProviderInfo376 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()
76 out.attributeInt(null, ATTR_MAX_RESIZE_HEIGHT, info.maxResizeHeight); in writeAppWidgetProviderInfoLocked()119 info.maxResizeHeight = parser.getAttributeInt(null, ATTR_MAX_RESIZE_HEIGHT, 0); in readAppWidgetProviderInfoLocked()
2767 info.maxResizeHeight = value != null ? value.data : 0; in parseAppWidgetProviderInfo()
144 assertThat(info.maxResizeHeight) in testParseSizeConfiguration()367 original.maxResizeHeight = 120; in testWidgetProviderInfoPersistence()383 assertThat(target.maxResizeHeight).isEqualTo(original.maxResizeHeight); in testWidgetProviderInfoPersistence()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1145 field public static final int maxResizeHeight = 16844339; // 0x10106339416 field public int maxResizeHeight;