Searched refs:maxResizeHeight (Results 1 – 6 of 6) sorted by relevance
203 public int maxResizeHeight; field in AppWidgetProviderInfo394 this.maxResizeHeight = in.readInt(); in AppWidgetProviderInfo()521 out.writeInt(this.maxResizeHeight); in writeToParcel()554 that.maxResizeHeight = this.maxResizeHeight; in clone()609 maxResizeHeight = TypedValue.complexToDimensionPixelSize(maxResizeHeight, displayMetrics); in updateDimensions()
145 assertThat(info.maxResizeHeight) in testParseSizeConfiguration()368 original.maxResizeHeight = 120; in testWidgetProviderInfoPersistence()384 assertThat(target.maxResizeHeight).isEqualTo(original.maxResizeHeight); in testWidgetProviderInfoPersistence()
82 out.attributeInt(null, ATTR_MAX_RESIZE_HEIGHT, info.maxResizeHeight); in writeAppWidgetProviderInfoLocked()123 info.maxResizeHeight = parser.getAttributeInt(null, ATTR_MAX_RESIZE_HEIGHT, 0); in readAppWidgetProviderInfoLocked()
3082 info.maxResizeHeight = value != null ? value.data : 0; in parseAppWidgetProviderInfo()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1171 field public static final int maxResizeHeight = 16844339; // 0x10106339684 field public int maxResizeHeight;