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

1 2 3 45 6 7 8

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 158 pop.setHeight(ht + l.getHeight());
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 250 setHeight(newHeight);
SkbContainer.java 363 mPopupSkb.setHeight(skb.getSkbCoreHeight()
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 352 popupRect.setHeight(screen.height() - popupRect.y());
356 popupRect.setHeight(rScreenCoords.y());
483 damageRect.setHeight(m_itemHeight);
  /frameworks/base/core/java/android/widget/
PopupWindow.java 288 setHeight(height);
677 * @see #setHeight(int)
694 public void setHeight(int height) {
    [all...]
AutoCompleteTextView.java     [all...]
  /external/webkit/WebCore/rendering/
RenderInline.cpp 545 result.setHeight(lastLineBox()->y() + lastLineBox()->height() - firstLineBox()->y());
    [all...]
RenderTableSection.cpp 499 setHeight(rHeight);
583 rowRenderer->setHeight(m_rowPos[r + 1] - m_rowPos[r] - vspacing);
725 setHeight(m_rowPos[totalRows]);
    [all...]
RenderSlider.cpp 311 thumbRect.setHeight(thumb->style()->height().calcMinValue(contentHeight()));
SVGRootInlineBox.cpp     [all...]
RenderImage.cpp 304 setHeight(oldheight);
  /external/skia/src/views/
SkListWidget.cpp 50 fScrollBar->setHeight(this->height()); // assume it auto-sets its width
SkWidgets.cpp 356 this->setHeight(lines * (after - before) + fMargin.fY * 2);
  /external/webkit/WebCore/platform/
Scrollbar.cpp 428 adjustedRect.setHeight(rect.height() - overlap);
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 903 mScrolledBounds.setHeight(mScrolledBounds.height() + mMaxYScroll);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 465 mPreviewPopup.setHeight(popupHeight);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 160 pop.setHeight(ht + l.getHeight());
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 339 fontdata[i].setHeight(fontdata[i].getHeight() * 4 / 3);
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 163 - (void)setHeight:(NSString *)height;
  /external/webkit/WebCore/page/
DOMWindow.cpp 304 window.setHeight(pendingChanges.height());
308 window.setHeight(min(max(100.0f, window.height()), screen.height()));
    [all...]
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 218 paintRect.setHeight(cRealButtonLength[controlSize]);
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 157 r.setHeight(r.bottom() - y);
162 r.setHeight(h);
  /external/webkit/WebCore/platform/mac/
ScrollbarThemeMac.mm 205 paintRect.setHeight(cRealButtonLength[controlSize]);
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 289 state().m_shadowOffset.setHeight(y);
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 415 result.setHeight((float)y);

Completed in 2139 milliseconds

1 2 3 45 6 7 8