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

1 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/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 159 const totalHeight = container.offsetHeight;
167 var roomBelow = totalHeight - anchorBox.y - anchorBox.height;
185 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
186 newElementPosition.height = totalHeight - borderRadius - newElementPosition.y;
188 newElementPosition.y = totalHeight - preferredHeight - borderRadius;
SuggestBox.js 101 var totalHeight = container.offsetHeight;
103 var underHeight = totalHeight - anchorBox.y - anchorBox.height;
118 this._bottomSpacerElement.style.flexBasis = (totalHeight - anchorBox.y) + "px";
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
NumPadKey.java 142 int totalHeight = digitHeight + klondikeHeight;
143 int top = getHeight() / 2 - totalHeight / 2;
  /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 157 int heightMeasureSpec, int totalHeight) {
166 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 349 int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1;
353 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
356 graphicsContext.translate(0, totalHeight);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
shmproto.h 99 CARD16 totalHeight B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
shmproto.h 99 CARD16 totalHeight B16;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [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/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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]
  /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...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java     [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...]
  /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 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 765 milliseconds

1 2