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

  /frameworks/base/core/java/android/widget/
TableRow.java 191 int heightMeasureSpec, int totalHeight) {
219 lp .bottomMargin + totalHeight, lp.height);
244 totalWidth, heightMeasureSpec, totalHeight);
TableLayout.java 446 int heightMeasureSpec, int totalHeight) {
454 widthMeasureSpec, totalWidth, heightMeasureSpec, totalHeight);
LinearLayout.java     [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 268 int totalHeight = hostWindowRect.bottom - hostWindowRect.top;
271 SetWindowPos(m_webViewHwnd, 0, 0, totalHeight - height, webViewWidth, height, SWP_NOZORDER);
273 // We want to set the inspected web view height to the totalHeight, because the height adjustment
275 SetWindowPos(m_inspectedWebViewHwnd, 0, 0, 0, webViewWidth, totalHeight, SWP_NOZORDER);
  /external/webkit/WebCore/inspector/front-end/
TimelinePanel.js 432 _adjustScrollPosition: function(totalHeight)
435 if ((this._containerElement.scrollTop + this._containerElement.offsetHeight) > totalHeight + 1)
436 this._containerElement.scrollTop = (totalHeight - this._containerElement.offsetHeight);
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 514 int totalHeight = m_rowPos[totalRows] + toAdd;
532 int toAdd = min(dh, (totalHeight * m_grid[r].height.rawValue() / (100 * percentScaleFactor)) - rh);
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp 453 unsigned totalHeight = m_page->mainFrame()->view()->visibleHeight() + m_inspectedPage->mainFrame()->view()->visibleHeight();
454 unsigned attachedHeight = constrainedAttachedWindowHeight(height, totalHeight);
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java 669 float totalHeight = ascent + p.descent();
670 mEventTextHeight = (int) Math.ceil(totalHeight);
    [all...]

Completed in 461 milliseconds