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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 109 LayoutUnit contentHeight = renderer->style()->height().isFixed() ? LayoutUnit(renderer->style()->height().value()) :
169 widget = frame->loader()->client()->createJavaAppletWidget(roundedIntSize(LayoutSize(contentWidth, contentHeight)), this, baseURL, paramNames, paramValues);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MailWebView.java 66 final int contentHeight = getContentHeight();
67 if (contentHeight != mCachedContentHeight) {
68 mCachedContentHeight = contentHeight;
69 mSizeChangeListener.onHeightChange(contentHeight);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 146 int contentHeight = layoutOverflowRect().maxY() - borderTop() + paddingBottom();
150 return min(contentHeight - clientHeight, 0);
156 return max(contentHeight - clientHeight, 0);
158 return contentHeight;
RenderBox.h 150 LayoutRect paddingBoxRect() const { return LayoutRect(borderLeft(), borderTop(), contentWidth() + paddingLeft() + paddingRight(), contentHeight() + paddingTop() + paddingBottom()); }
155 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
207 LayoutUnit contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); }
208 LayoutUnit contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
209 LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); }
313 // Right now, these are different than contentHeight/contentWidth because they still
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwLayoutSizerTest.java 70 final int contentHeight = 389;
72 layoutSizer.onContentSizeChanged(contentWidth, contentHeight);
79 assertEquals(contentHeight, delegate.measuredHeight & View.MEASURED_SIZE_MASK);
372 int contentHeight = 6;
375 layoutSizer.onContentSizeChanged(contentWidth, contentHeight);
384 assertFalse((int) Math.ceil(measuredHeight / dipScale) == contentHeight);
401 int contentHeight = 400;
403 int atMostHeight = contentHeight * dipAndPageScale;
406 layoutSizer.onContentSizeChanged(contentWidth, contentHeight);
450 int contentHeight = 400
    [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;
285 src.set(0, 0, t.contentWidth, t.contentHeight);
304 src.set(0, 0, t.contentWidth, t.contentHeight);
327 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...]
  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
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 501 milliseconds