HomeSort by relevance Sort by last modified time
    Searched refs:totalHeight (Results 1 - 22 of 22) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 20 private float totalHeight;
158 if (totalHeight < height) { // align vertically only for no overflow
164 gapY = (height-totalHeight)*0.5f;
167 gapY = height-totalHeight;
252 totalHeight = -1;
275 return totalHeight;
284 totalHeight = Math.max(totalHeight, -l.getY1());
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendClientLocal.cpp 121 unsigned totalHeight = m_frontendPage->mainFrame()->view()->visibleHeight() + m_inspectorController->inspectedPage()->mainFrame()->view()->visibleHeight();
122 unsigned attachedHeight = constrainedAttachedWindowHeight(height, totalHeight);
  /external/webkit/Source/WebCore/inspector/front-end/
Popover.js 92 const totalHeight = window.innerHeight;
107 var roomBelow = totalHeight - anchorBox.y - anchorBox.height;
121 if (newElementPosition.y + newElementPosition.height + arrowHeight - borderWidth >= totalHeight)
122 newElementPosition.height = totalHeight - anchorBox.y - anchorBox.height - borderRadius * 2 - arrowHeight;
TimelinePanel.js 626 _adjustScrollPosition: function(totalHeight)
629 if ((this._containerElement.scrollTop + this._containerElement.offsetHeight) > totalHeight + 1)
630 this._containerElement.scrollTop = (totalHeight - this._containerElement.offsetHeight);
    [all...]
  /frameworks/base/core/java/android/widget/
TableRow.java 193 int heightMeasureSpec, int totalHeight) {
221 lp .bottomMargin + totalHeight, lp.height);
248 totalWidth, heightMeasureSpec, totalHeight);
TabWidget.java 154 int heightMeasureSpec, int totalHeight) {
163 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
TableLayout.java 457 int heightMeasureSpec, int totalHeight) {
465 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
LinearLayout.java     [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 343 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1;
347 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
350 graphicsContext.translate(0, totalHeight);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 304 int totalHeight = hostWindowRect.bottom - hostWindowRect.top;
307 SetWindowPos(m_frontendWebViewHwnd, 0, 0, totalHeight - height, webViewWidth, height, SWP_NOZORDER);
309 // We want to set the inspected web view height to the totalHeight, because the height adjustment
311 SetWindowPos(m_inspectedWebViewHwnd, 0, 0, 0, webViewWidth, totalHeight, SWP_NOZORDER);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shmstr.h 129 CARD16 totalHeight B16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 129 CARD16 totalHeight B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 129 CARD16 totalHeight B16;
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp     [all...]
RenderTableSection.cpp 522 int totalHeight = m_rowPos[totalRows] + toAdd;
540 int toAdd = min(dh, static_cast<int>((totalHeight * m_grid[r].logicalHeight.percent() / 100) - rh));
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 652 const float totalHeight = rowCount * (cardHeight + rowSpacing) - rowSpacing;
658 return (cardHeight - totalHeight) / 2 + rowOffset;
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 470 milliseconds