Searched refs:paddedSize (Results 1 – 1 of 1) sorted by relevance
388 SizeF paddedSize = new SizeF(Math.max(0.f, size.getWidth() - xPaddingDips), in updateAppWidgetSize() local390 paddedSizes.add(paddedSize); in updateAppWidgetSize()391 minWidth = Math.min(minWidth, paddedSize.getWidth()); in updateAppWidgetSize()392 maxWidth = Math.max(maxWidth, paddedSize.getWidth()); in updateAppWidgetSize()393 minHeight = Math.min(minHeight, paddedSize.getHeight()); in updateAppWidgetSize()394 maxHeight = Math.max(maxHeight, paddedSize.getHeight()); in updateAppWidgetSize()