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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 349 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1;
353 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
356 graphicsContext.translate(0, totalHeight);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
NumPadKey.java 142 int totalHeight = digitHeight + klondikeHeight;
143 int top = getHeight() / 2 - totalHeight / 2;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 76 int totalHeight = 0;
95 totalHeight += maxHeight;
97 totalHeight += mVerticalSpacing;
101 setMeasuredDimension(width, getDefaultSize(totalHeight, heightMeasureSpec));
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 475 int totalHeight = page_count * (page_size_in_pixels.height + 1) - 1;
479 page_size_in_pixels.width, totalHeight, is_opaque)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp     [all...]
RenderTableSection.cpp 331 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long long totalHeight, int& accumulatedPositionIncrease, int& remainder)
335 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight;
336 remainder += (extraHeight * rowHeight) % totalHeight;
777 int totalHeight = m_rowPos[totalRows] + extraLogicalHeight;
783 int toAdd = min<int>(extraLogicalHeight, (totalHeight * m_grid[r].logicalHeight.percent() / 100) - rowHeight);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 549 var totalHeight = Math.max(this._containerElementHeight, rowsHeight);
551 this._recordsView.mainElement().style.height = totalHeight + "px";
552 this._recordsView.sidebarElement().style.height = totalHeight + "px";
553 this._recordsView.resizerElement().style.height = totalHeight + "px";
706 _adjustScrollPosition: function(totalHeight)
709 if ((this._scrollTop + this._containerElementHeight) > totalHeight + 1)
710 this._containerElement.scrollTop = (totalHeight - this._containerElement.offsetHeight);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 355 int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1;
359 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [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 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 738 milliseconds