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

1 2

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExportAttributes.java 15 public int pageHeight;
AwPdfExporter.java 90 return mAttributes.pageHeight;
AwPrintDocumentAdapter.java 75 pdfAttributes.pageHeight = mAttributes.getMediaSize().getHeightMils();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ScrollKeyboardView.java 95 final int pageHeight = getKeyboard().mBaseHeight;
96 final int lastPageNo = currentTop / pageHeight;
97 final int lastPageTop = lastPageNo * pageHeight;
99 final int nextPageTop = Math.min(nextPageNo * pageHeight, getHeight() - pageHeight);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.h 43 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageHeight = 0);
RenderView.h 220 bool pushLayoutState(RenderBox* renderer, const LayoutSize& offset, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
228 m_layoutState = new LayoutState(m_layoutState, renderer, offset, pageHeight, pageHeightChanged, colInfo);
316 LayoutStateMaintainer(RenderView* view, RenderBox* root, LayoutSize offset, bool disableState = false, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
323 push(root, offset, pageHeight, pageHeightChanged, colInfo);
341 void push(RenderBox* root, LayoutSize offset, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
345 m_didCreateLayoutState = m_view->pushLayoutState(root, offset, pageHeight, pageHeightChanged, colInfo);
LayoutState.h 64 LayoutState(LayoutState*, RenderBox*, const LayoutSize& offset, LayoutUnit pageHeight, bool pageHeightChanged, ColumnInfo*);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 64 int pageHeight = 480;
65 webViewImpl->resize(WebSize(pageWidth, pageHeight));
170 int pageHeight = 480;
171 webViewImpl->resize(WebSize(pageWidth, pageHeight));
WebViewTest.cpp 219 const std::string& pageWidth, const std::string& pageHeight,
333 const std::string& pageWidth, const std::string& pageHeight,
338 std::string url = m_baseURL + "specify_size.html?" + pageWidth + ":" + pageHeight;
369 std::string pageHeight = "56px";
372 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
381 std::string pageHeight = "200px";
384 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
393 std::string pageHeight = "80px";
396 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
407 std::string pageHeight = "200px"
    [all...]
WebInputEventConversionTest.cpp 103 int pageHeight = 480;
104 webViewImpl->resize(WebSize(pageWidth, pageHeight));
WebFrameTest.cpp     [all...]
  /frameworks/base/core/java/android/widget/
AccessibilityIterators.java 152 final int pageHeight = mTempRect.height() - mView.getTotalPaddingTop()
154 final int nextPageStartY = currentLineTop + pageHeight;
181 final int pageHeight = mTempRect.height() - mView.getTotalPaddingTop()
183 final int previousPageEndY = currentLineTop - pageHeight;
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 246 private static native int nativeStartPage(int documentPtr, int pageWidth, int pageHeight,
325 * @param pageHeight The page height in PostScript (1/72th of an inch).
328 public Builder(int pageWidth, int pageHeight, int pageNumber) {
332 if (pageHeight <= 0) {
339 mPageInfo.mPageHeight = pageHeight;
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 75 float pageHeight = pageSize.height();
77 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
78 pageHeight -= headerHeight + footerHeight;
80 if (pageHeight <= 0) {
81 LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
85 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFactor), allowHorizontalTiling);
104 int pageHeight = pageSizeInPixels.height();
109 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
110 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
    [all...]
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 121 jint pageWidth, jint pageHeight,
124 return reinterpret_cast<jint>(document->startPage(pageWidth, pageHeight,
  /external/mdnsresponder/mDNSPosix/
parselog.py 170 pageHeight=(len(ipList)+1) * typesize
174 pageRect = CGRectMake (-leftMargin, -bottomMargin, leftMargin + width, bottomMargin + pageHeight) # landscape
228 c.addLineToPoint((time-minTime)*scale,pageHeight)
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
Internals.h 247 int pageNumber(Element*, float pageWidth = 800, float pageHeight = 600);
Internals.idl 208 long pageNumber(Element element, optional float pageWidth, optional float pageHeight);
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 357 float pageHeight;
358 computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 

Completed in 1717 milliseconds

1 2