Searched refs:minResizeWidth (Results 1 – 8 of 8) sorted by relevance
174 public int minResizeWidth; field in AppWidgetProviderInfo391 this.minResizeWidth = in.readInt(); in AppWidgetProviderInfo()518 out.writeInt(this.minResizeWidth); in writeToParcel()551 that.minResizeWidth = this.minResizeWidth; in clone()606 minResizeWidth = TypedValue.complexToDimensionPixelSize(minResizeWidth, displayMetrics); in updateDimensions()
79 out.attributeInt(null, ATTR_MIN_RESIZE_WIDTH, info.minResizeWidth); in writeAppWidgetProviderInfoLocked()120 info.minResizeWidth = parser.getAttributeInt(null, ATTR_MIN_RESIZE_WIDTH, 0); in readAppWidgetProviderInfoLocked()
2814 pw.print(") minResize=("); pw.print(info.minResizeWidth); in dumpProviderLocked()3072 info.minResizeWidth = value != null ? value.data : info.minWidth; in parseAppWidgetProviderInfo()
139 assertThat(info.minResizeWidth) in testParseSizeConfiguration()381 assertThat(target.minResizeWidth).isEqualTo(original.minResizeWidth); in testWidgetProviderInfoPersistence()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
855 field public static final int minResizeWidth = 16843669; // 0x10103955781 field public int minResizeWidth;
1193 field public static final int minResizeWidth = 16843669; // 0x10103959688 field public int minResizeWidth;
75500 Lcom/android/internal/R$attr;->minResizeWidth:I