Searched refs:minResizeHeight (Results 1 – 11 of 11) sorted by relevance
131 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()
179 public int minResizeHeight; field in AppWidgetProviderInfo371 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()
256 if (providerInfo.minResizeWidth > 0 || providerInfo.minResizeHeight > 0) { in computeWidgetFeatures()
127 getSpanY(localPadding, minResizeHeight, dp.cellLayoutBorderSpacePx.y, in initSpans()
114 assertThat(info.minResizeHeight) in testParseSizeConfiguration()
1082 .append(widgetProviderInfo.minResizeHeight) in logWidgetInfo()
2341 pw.print("x"); pw.print(info.minResizeHeight); in dumpProviderLocked()2571 info.minResizeHeight = value != null ? value.data : info.minHeight; in parseAppWidgetProviderInfo()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
1007 field public static final int minResizeHeight = 16843670; // 0x10103968608 field public int minResizeHeight;
854 field public static final int minResizeHeight = 16843670; // 0x10103965780 field public int minResizeHeight;
79465 Lcom/android/internal/R$attr;->minResizeHeight:I