HomeSort by relevance Sort by last modified time
    Searched refs:minWidth (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 64 * @param minWidth the smallest width of any rectangle placed into this bin
67 BinPacker(int minWidth, int minHeight) {
68 mMinWidth = minWidth;
RenderPreviewManager.java 511 int minWidth = Integer.MAX_VALUE;
514 minWidth = Math.min(minWidth, preview.getWidth());
518 BinPacker packer = new BinPacker(minWidth, minHeight);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 208 void AutoTableLayout::computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth)
213 minWidth = 0;
225 minWidth += m_layoutStruct[i].effectiveMinLogicalWidth;
247 void AutoTableLayout::applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const
251 minWidth = maxWidth = max<int>(minWidth, tableLogicalWidth.value());
368 // make sure minWidth and maxWidth of the spanning cell are honoured
502 // fill up every cell with its minWidth
629 // If we have overallocated, reduce every cell according to the difference between desired width and minwidth
    [all...]
RenderListBox.cpp 224 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) {
225 m_maxPreferredLogicalWidth = max(m_maxPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
226 m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(style()->minWidth().value()));
RenderTable.h 281 virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) const OVERRIDE;
RenderText.h 94 float& minWidth, float& maxWidth, bool& stripFrontSpaces);
RenderText.cpp 773 float& minWidth, float& maxWidth, bool& stripFrontSpaces)
792 minWidth = 0;
798 minWidth = m_minWidth;
822 if (!style()->autoWrap() || minWidth > maxWidth)
823 minWidth = maxWidth;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 180 size_t minWidth = SkMin32(width, SkMin32(srcRowBytes, dstRowBytes) / 4);
181 size_t extraRowBytes = dstRowBytes - (4 * minWidth);
185 for (size_t x = 0; x < minWidth; ++x) {
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 249 uint32_t minWidth;
257 uint32_t minWidth;
484 measPtr->df.minWidth = dfMinWidth(format->format);
485 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
503 measPtr->sc.minWidth = scMinWidth(format->format, measPtr->df.minDim);
504 testPrintI(" scMinWidth: %u", measPtr->sc.minWidth);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 778 final int minWidth = mMinimumWidth;
779 final int maxWidth = (minWidth > measuredWidth) ? minWidth : measuredWidth;
    [all...]
AppsCustomizePagedView.java 453 if (widget.minWidth > 0 && widget.minHeight > 0) {
464 widget.minWidth + ", " + widget.minHeight + ")");
468 widget.minWidth + ", " + widget.minHeight + ")");
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.cc 31 " minwidth='320' name='Jim' partition='someid' src='foo'>";
233 int minWidth = ExecuteScriptAndReturnInt(
234 "document.getElementById('browserplugin').minwidth");
235 EXPECT_EQ(320, minWidth);
550 "browserplugin.minwidth = 42;"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FilteredItemSelectionDialog.js 77 const minWidth = 500;
79 var width = Math.max(relativeToElement.offsetWidth * 2 / 3, minWidth);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c 681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0;
745 minWidth = MIN2(minWidth, texImg->Width);
760 minWidth = MIN2(minWidth, att->Renderbuffer->Width);
761 maxWidth = MAX2(minWidth, att->Renderbuffer->Width);
792 if (minWidth != maxWidth || minHeight != maxHeight) {
880 fb->Width = minWidth;
    [all...]
  /external/mesa3d/src/mesa/main/
fbobject.c 681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0;
745 minWidth = MIN2(minWidth, texImg->Width);
760 minWidth = MIN2(minWidth, att->Renderbuffer->Width);
761 maxWidth = MAX2(minWidth, att->Renderbuffer->Width);
792 if (minWidth != maxWidth || minHeight != maxHeight) {
880 fb->Width = minWidth;
    [all...]
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 177 getLauncherCellDimensions(providerInfo.minWidth, providerInfo.minHeight);
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java 220 int minWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 46 document.querySelector('.progress').style.minWidth =
59 document.querySelector('body div.item span.time-left').style.minWidth =
717 document.body.style.minWidth = (
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 287 final int minWidth = res.getDimensionPixelSize(R.dimen.fastscroll_thumb_width);
288 thumbImage.setMinimumWidth(minWidth);
291 width = Math.max(width, minWidth);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 276 minWidth: 320,
445 minWidth: WIDTH,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportArguments.cpp 113 float resultMinWidth = resolveViewportLength(minWidth, initialViewportSize, Horizontal);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 445 if (widget.minWidth > 0 && widget.minHeight > 0) {
456 widget.minWidth + ", " + widget.minHeight + ")");
460 widget.minWidth + ", " + widget.minHeight + ")");
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 292 InformationTextArea(gfx::HorizontalAlignment align, int minWidth)
293 : minWidth_(minWidth) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 227 minWidth: WALLPAPER_PICKER_WIDTH,

Completed in 998 milliseconds

1 23 4 5 6