HomeSort by relevance Sort by last modified time
    Searched defs:contentHeight (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderApplet.cpp 68 int contentHeight = style()->height().isFixed() ? style()->height().value() :
80 setWidget(frame->loader()->subframeLoader()->createJavaAppletWidget(IntSize(contentWidth, contentHeight), element, m_args));
RenderMarquee.cpp 140 int contentHeight = box->maxYLayoutOverflow() - box->borderTop() + box->paddingBottom();
144 return min(contentHeight - clientHeight, 0);
150 return max(contentHeight - clientHeight, 0);
152 return contentHeight;
RenderBox.h 117 IntRect contentBoxRect() const { return IntRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
166 int contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); }
167 int contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
168 int contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); }
  /frameworks/base/core/java/android/webkit/
ViewStateSerializer.java 59 int contentHeight = dis.readInt();
65 draw.mContentSize = new Point(contentWidth, contentHeight);
WebViewClassic.java     [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 193 int contentHeight;
196 contentHeight = getContentScrollHeight(browser);
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 380 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
386 x += positionChild(mClose, x, y, contentHeight);
392 x += positionChild(mTitleLayout, x, y, contentHeight);
396 x += positionChild(mCustomView, x, y, contentHeight);
402 x -= positionChildInverse(mMenuView, x, y, contentHeight);
ActionBarView.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 118 public int contentHeight;
123 contentHeight = height;
278 src.set(0, 0, t.contentWidth, t.contentHeight);
297 src.set(0, 0, t.contentWidth, t.contentHeight);
320 src.set(0, 0, t.contentWidth, t.contentHeight);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 460 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
467 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
479 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
483 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
489 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
ActionBarView.java     [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 517 int contentHeight = qMax(fm.lineSpacing(), 14) + 2;
519 &styleOption, QSize(0, contentHeight), 0);
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 553 milliseconds