HomeSort by relevance Sort by last modified time
    Searched refs:maxHeight (Results 26 - 50 of 80) sorted by null

12 3 4

  /frameworks/base/libs/hwui/
FontRenderer.h 244 CacheTextureLine(uint16_t maxWidth, uint16_t maxHeight, uint32_t currentRow,
246 mMaxHeight(maxHeight),
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 249 int maxHeight = maxAscent + maxDescent;
257 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, setLineTop,
271 maxHeight = max(0, maxHeight);
273 return heightOfBlock + maxHeight;
    [all...]
InlineFlowBox.h 170 void placeBoxesInBlockDirection(int logicalTop, int maxHeight, int maxAscent, bool strictMode, int& lineTop, int& lineBottom, bool& setLineTop,
RenderReplaced.cpp 260 || style()->maxWidth().isPercent() || style()->maxHeight().isPercent()
RenderFlexibleBox.cpp     [all...]
InlineFlowBox.cpp 575 void InlineFlowBox::placeBoxesInBlockDirection(int top, int maxHeight, int maxAscent, bool strictMode, int& lineTop, int& lineBottom, bool& setLineTop,
605 curr->setLogicalTop(top + maxHeight - curr->lineHeight());
683 inlineFlowBox->placeBoxesInBlockDirection(top, maxHeight, maxAscent, strictMode, lineTop, lineBottom, setLineTop,
    [all...]
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
StackView.java     [all...]
ImageView.java 247 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width
270 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width
280 * @param maxHeight maximum height for this view
285 public void setMaxHeight(int maxHeight) {
286 mMaxHeight = maxHeight;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 337 int maxHeight = mContentHeight > 0 ?
342 final int height = maxHeight - verticalPadding;
386 setMeasuredDimension(contentWidth, maxHeight);
ActionBarView.java 811 int maxHeight = mContentHeight > 0 ?
817 final int height = maxHeight - verticalPadding;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
RendererUtils.java 174 float maxHeight = Math.max(Math.abs(vertices[1]), Math.abs(vertices[3]));
175 float scale = Math.min(dstWidth / maxWidth, dstHeight / maxHeight);
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 192 - (NSString *)maxHeight;
193 - (void)setMaxHeight:(NSString *)maxHeight;
DOMCSS.mm 827 - (NSString *)maxHeight
832 - (void)setMaxHeight:(NSString *)maxHeight
834 [self setProperty:@"max-height" value:maxHeight priority:@""];
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 1009 than \a maxWidth by \a maxHeight pixels.
1013 QRect QDeclarativeWebView::elementAreaAt(int x, int y, int maxWidth, int maxHeight) const
1020 if (maxHeight <= 0)
1021 maxHeight = INT_MAX;
1022 while (!element.parent().isNull() && element.geometry().width() <= maxWidth && element.geometry().height() <= maxHeight) {
    [all...]
  /frameworks/base/opengl/tests/hwc/
hwcCommit.cpp 254 uint32_t maxHeight;
262 uint32_t maxHeight;
494 measPtr->df.maxHeight = dfMaxHeight(format->format);
495 testPrintI(" dfMaxHeight: %u", measPtr->df.maxHeight);
515 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
516 testPrintI(" scMaxHeight: %s%u", (measPtr->sc.maxHeight
518 measPtr->sc.maxHeight);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 77 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight});
182 resizePackagesNav.css({maxHeight:swapperHeight + "px"});
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 324 || m_box->maxHeight() != other->m_box->maxHeight())
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 493 OMX_U32 maxHeight; /*Maximum height of image that can be decoded*/
  /external/webkit/Source/WebCore/inspector/front-end/
Toolbar.js 184 this._contentElement.style.maxHeight = window.innerHeight - top - 20 + "px";
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 146 void setMaxHeight(int maxHeight) { m_maxHeight = maxHeight; }
    [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight});
310 resizePackagesNav.css({maxHeight:swapperHeight + "px"});

Completed in 562 milliseconds

12 3 4