/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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Popover.js | 157 const totalHeight = window.innerHeight; 164 var roomBelow = totalHeight - anchorBox.y - anchorBox.height; 182 if ((newElementPosition.y + newElementPosition.height + arrowHeight - borderWidth >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) { 183 newElementPosition.height = totalHeight - anchorBox.y - anchorBox.height - borderRadius * 2 - arrowHeight; 185 newElementPosition.y = totalHeight - preferredHeight - borderRadius;
|
TimelinePanel.js | [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/chromium_org/third_party/WebKit/Source/web/resources/ |
suggestionPicker.js | 143 var totalHeight = ListBorder; 150 totalHeight += node.offsetHeight; 152 maxHeight = totalHeight; 154 var desiredWindowHeight = totalHeight; 155 if (maxHeight !== 0 && totalHeight > maxHeight) {
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PrintContext.cpp | 377 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1; 381 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight)); 384 graphicsContext.translate(0, totalHeight);
|
/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;
|
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
PhotoViewActivity.java | 800 final int totalHeight = mRootView.getMeasuredHeight(); 812 final float scaleY = (float) mAnimationStartHeight / totalHeight; 818 totalHeight, scale); [all...] |
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
PhotoViewActivity.java | 799 final int totalHeight = mRootView.getMeasuredHeight(); 811 final float scaleY = (float) mAnimationStartHeight / totalHeight; 817 totalHeight, scale); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCell.cpp | [all...] |
RootInlineBox.cpp | 392 LayoutUnit totalHeight = lineGridFontHeight + numberOfLinesWithLeading * gridLineHeight; 393 firstTextTop += (totalHeight - logicalHeight()) / 2; [all...] |
RenderTableSection.cpp | 781 int totalHeight = m_rowPos[totalRows] + extraLogicalHeight; 787 int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) - rowHeight); [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestProxy.cpp | 631 int totalHeight = pageCount * (pageSizeInPixels.height + 1) - 1; 633 SkCanvas* testCanvas = skia::TryCreateBitmapCanvas(pageSizeInPixels.width, totalHeight, true); [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/chromium_org/third_party/WebKit/Source/web/ |
WebFrameImpl.cpp | 354 int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1; 358 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight)); [all...] |
/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 | |