HomeSort by relevance Sort by last modified time
    Searched refs:setWidth (Results 101 - 125 of 307) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 96 void setWidth(uint32_t w) { _w = w; }
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 134 listPopupWindow.setWidth(minWidth);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 148 window.setWidth(container.getMeasuredWidth());
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AddonSitesDialog.java 149 column.setWidth(150);
168 column.setWidth(400);
249 userColumnUrl.setWidth(100);
308 column0.setWidth(r.width * 100 / 100); // 100%
  /external/webkit/Source/WebCore/html/
HTMLImageElement.cpp 76 image->setWidth(*optionalWidth);
356 void HTMLImageElement::setWidth(int value)
ImageDocument.cpp 255 m_imageElement->setWidth(static_cast<int>(imageSize.width() * scale));
308 m_imageElement->setWidth(m_imageElement->cachedImage()->imageSize(pageZoomFactor(this)).width());
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 213 subimageRect.setWidth(ceilf(subimageRect.width() + leftPadding));
214 adjustedDestRect.setWidth(subimageRect.width() / xScale);
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 170 r.setWidth(r.width() + 100);
234 style->setWidth(Length(13, Fixed));
  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 145 bufferedRect.setWidth(bufferedWidth);
296 object->style()->setWidth(Length(static_cast<int>(thumbImage->width() * zoomLevel), Fixed));
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilter.cpp 128 scale.setWidth(scale.width() * kMaxFilterSize / size.width());
195 scale.setWidth(filterElement->filterResX() / absoluteFilterBoundaries.width());
  /external/webkit/Source/WebCore/svg/
SVGPreserveAspectRatio.cpp 187 destRect.setWidth(origDestHeight / widthToHeightMultiplier);
229 srcRect.setWidth(destRect.width() * destToSrcMultiplier);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 285 col.setWidth(fixedSize);
300 col.setWidth(prefs.getInt(pref_name));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 94 col1.setWidth(200);
98 col2.setWidth(200);
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 228 mPopupWindow.setWidth(width);
232 mPopupWindow.setWidth(width);
235 mPopupWindow.setWidth(0);
239 mPopupWindow.setWidth(width);
243 mPopupWindow.setWidth(width);
791 window.setWidth(100);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 972 t.getColumn(4).setWidth(r.width-total);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 527 desc->min.setWidth(Length(0, Fixed));
530 desc->max.setWidth(Length(0, Fixed));
544 desc->min.setWidth(Length(minw, Fixed));
548 desc->max.setWidth(Length(maxw, Fixed));
823 style->setWidth(desc->min.width());
849 style->setWidth(desc->min.width());
870 style->setWidth(desc->min.width());
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 192 style->setWidth(Length(indicatorSize, Fixed));
282 buttonRect.setWidth(buttonRect.width() - (border.left + border.right));
470 innerRect.setWidth(max(1, innerRect.width()));
682 renderObject->style()->setWidth(Length(sliderLength, Fixed));
687 renderObject->style()->setWidth(Length(sliderWidth, Fixed));
743 style->setWidth(Length(width, Fixed));
    [all...]
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 313 containerViewportRect.setWidth(containerViewportRect.width() + Scrollbar::pixelsPerLineStep());
316 containerViewportRect.setWidth(containerViewportRect.width() + Scrollbar::pixelsPerLineStep());
532 rect.setWidth(rect.width() - node->renderer()->style()->borderLeftWidth() - node->renderer()->style()->borderRightWidth());
709 virtualStartingRect.setWidth(width);
716 virtualStartingRect.setWidth(width);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 651 column0.setWidth(r.width * 20 / 100); // 20%
652 column1.setWidth(r.width * 30 / 100); // 30%
653 column2.setWidth(r.width * 15 / 100); // 15%
654 column3.setWidth(r.width * 15 / 100); // 15%
655 column4.setWidth(r.width * 20 / 100); // 22%
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 387 newOffset.setWidth(horizontalOffset - m_scrollOrigin.x());
488 stretch.setWidth(physicalScrollX);
490 stretch.setWidth(physicalScrollX - (contentsWidth() - visibleContentRect().width()));
674 scrollViewRect.setWidth(scrollViewRect.width() - verticalScrollbarWidth);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java 172 fsQuad.setWidth(width);
177 fsQuad.setWidth(buff.getWidth());
HDRRenderer.java 219 fsQuad.setWidth(mainSceneFB.getWidth());
223 fsQuad.setWidth(dst.getWidth());
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileGrid.cpp 121 computedArea.setWidth(0);
133 computedArea.setWidth(ceilf(right) - computedArea.x());
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 287 destRect.setWidth(shadowRect.width() - topLeftRadius.width() - topRightRadius.width() - m_blurDistance * 4);
297 destRect.setWidth(shadowRect.width() - bottomLeftRadius.width() - bottomRightRadius.width() - m_blurDistance * 4);

Completed in 1976 milliseconds

1 2 3 45 6 7 8 91011>>