Home
last modified time | relevance | path

Searched refs:minResizeHeight (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfoTest.java131 info.minResizeHeight = 20; in initSpans_minResizeWidthSmallerThanCellWidth_shouldInitializeMinSpansToOne()
146 info.minResizeHeight = 80; in initSpans_minResizeWidthLargerThanCellWidth_shouldInitializeMinSpans()
170 info.minResizeHeight = CELL_SIZE * 2 + maxPadding; in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
192 info.minResizeHeight = CELL_SIZE * 2 + maxPadding; in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
207 info.minResizeHeight = 80; in initSpans_minResizeWidthHeightLargerThanMinWidth_shouldUseMinWidthHeightAsMinSpans()
222 info.minResizeHeight = 50; in isMinSizeFulfilled_minWidthAndHeightWithinGridSize_shouldReturnTrue()
237 info.minResizeHeight = 50; in isMinSizeFulfilled_minWidthAndMinResizeWidthExceededGridColumns_shouldReturnFalse()
251 info.minResizeHeight = CELL_SIZE * (NUM_OF_ROWS + 1); in isMinSizeFulfilled_minHeightAndMinResizeHeightExceededGridRows_shouldReturnFalse()
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java179 public int minResizeHeight; field in AppWidgetProviderInfo
371 this.minResizeHeight = in.readInt(); in AppWidgetProviderInfo()
494 out.writeInt(this.minResizeHeight); in writeToParcel()
523 that.minResizeHeight = this.minResizeHeight; in clone()
574 minResizeHeight = TypedValue.complexToDimensionPixelSize(minResizeHeight, displayMetrics); in updateDimensions()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DLauncherAppWidgetInfo.java256 if (providerInfo.minResizeWidth > 0 || providerInfo.minResizeHeight > 0) { in computeWidgetFeatures()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfo.java127 getSpanY(localPadding, minResizeHeight, dp.cellLayoutBorderSpacePx.y, in initSpans()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java114 assertThat(info.minResizeHeight) in testParseSizeConfiguration()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java1082 .append(widgetProviderInfo.minResizeHeight) in logWidgetInfo()
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2341 pw.print("x"); pw.print(info.minResizeHeight); in dumpProviderLocked()
2571 info.minResizeHeight = value != null ? value.data : info.minHeight; in parseAppWidgetProviderInfo()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt1007 field public static final int minResizeHeight = 16843670; // 0x1010396
8608 field public int minResizeHeight;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt854 field public static final int minResizeHeight = 16843670; // 0x1010396
5780 field public int minResizeHeight;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79465 Lcom/android/internal/R$attr;->minResizeHeight:I