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

  /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);
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/notifications/
NotificationPresets.java 231 int contentHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,
241 .setCustomContentHeight(contentHeight))
  /development/samples/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 231 int contentHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,
241 .setCustomContentHeight(contentHeight))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 144 int contentHeight = layoutOverflowRect().maxY() - borderTop() + paddingBottom();
148 return min(contentHeight - clientHeight, 0);
154 return max(contentHeight - clientHeight, 0);
156 return contentHeight;
RenderBox.h 180 LayoutRect paddingBoxRect() const { return LayoutRect(borderLeft(), borderTop(), contentWidth() + paddingLeft() + paddingRight(), contentHeight() + paddingTop() + paddingBottom()); }
185 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
238 LayoutUnit contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); }
239 LayoutUnit contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
240 LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); }
346 // 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 71 final int contentHeight = 389;
73 layoutSizer.onContentSizeChanged(contentWidth, contentHeight);
80 assertEquals(contentHeight, delegate.measuredHeight & View.MEASURED_SIZE_MASK);
363 int contentHeight = 6;
366 layoutSizer.onContentSizeChanged(contentWidth, contentHeight);
375 assertFalse((int) Math.ceil(measuredHeight / dipScale) == contentHeight);
393 int contentHeight = 400;
395 int contentHeightPix = contentHeight * dipAndPageScale;
400 layoutSizer.onContentSizeChanged(contentWidth, contentHeight);
  /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);
  /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 473 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
480 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
492 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
496 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
502 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
ActionBarView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 467 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
474 x += positionChild(mClose, x, y, contentHeight, isLayoutRtl);
486 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
490 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);
496 x += positionChild(mMenuView, x, y, contentHeight, !isLayoutRtl);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 666 final int contentHeight = biggestStackHeight - mPaddingControls;
667 measureChildForSpace(mLogoView, contentWidth, contentHeight);
673 measureChildForSpace(mInstallButtonView, contentWidth, contentHeight);
677 final int ratingHeight = contentHeight - getHeightWithMargins(mLogoView);
682 final int closeHeight = contentHeight - getHeightWithMargins(mInstallButtonView);
692 final int titleHeight = contentHeight - biggerStack;
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /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 1613 milliseconds