Home
last modified time | relevance | path

Searched refs:maxResizeWidth (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java189 public int maxResizeWidth; field in AppWidgetProviderInfo
372 this.maxResizeWidth = in.readInt(); in AppWidgetProviderInfo()
495 out.writeInt(this.maxResizeWidth); in writeToParcel()
524 that.maxResizeWidth = this.maxResizeWidth; in clone()
575 maxResizeWidth = TypedValue.complexToDimensionPixelSize(maxResizeWidth, displayMetrics); in updateDimensions()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfo.java131 if (maxResizeWidth > 0) { in initSpans()
132 maxSpanX = Math.min(maxSpanX, getSpanX(localPadding, maxResizeWidth, in initSpans()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DLauncherAppWidgetInfo.java259 if (ATLEAST_S && providerInfo.maxResizeWidth > 0 || providerInfo.maxResizeHeight > 0) { in computeWidgetFeatures()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java116 assertThat(info.maxResizeWidth) in testParseSizeConfiguration()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java1098 .append(widgetProviderInfo.maxResizeWidth) in logWidgetInfo()
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2575 info.maxResizeWidth = value != null ? value.data : 0; in parseAppWidgetProviderInfo()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt987 field public static final int maxResizeWidth = 16844338; // 0x1010632
8606 field public int maxResizeWidth;