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

  /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 522 int totalHeight = page_count * (page_size_in_pixels.height + 1) - 1;
526 page_size_in_pixels.width, totalHeight, is_opaque)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp     [all...]
RenderTableSection.cpp 352 static void updatePositionIncreasedWithRowHeight(long long extraHeight, long long rowHeight, long long totalHeight, int& accumulatedPositionIncrease, int& remainder)
356 accumulatedPositionIncrease += (extraHeight * rowHeight) / totalHeight;
357 remainder += (extraHeight * rowHeight) % totalHeight;
    [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 344 int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1;
348 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java 294 int totalHeight = rownum * itemHeight + rownum * itemPadding;
297 totalHeight = Math.max(totalHeight, minGridViewHeight);
300 return totalHeight;
    [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 1876 milliseconds