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

  /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 long nativeStartPage(long nativeDocument, 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/web/tests/
LinkHighlightTest.cpp 72 int pageHeight = 480;
73 webViewImpl->resize(WebSize(pageWidth, pageHeight));
138 int pageHeight = 480;
139 webViewImpl->resize(WebSize(pageWidth, pageHeight));
175 int pageHeight = 480;
176 webViewImpl->resize(WebSize(pageWidth, pageHeight));
WebInputEventConversionTest.cpp 104 int pageHeight = 480;
105 webViewImpl->resize(WebSize(pageWidth, pageHeight));
226 int pageHeight = 480;
227 webViewImpl->resize(WebSize(pageWidth, pageHeight));
434 int pageHeight = 480;
435 webViewImpl->resize(WebSize(pageWidth, pageHeight));
580 int pageHeight = 480;
581 webViewImpl->resize(WebSize(pageWidth, pageHeight));
633 int pageHeight = 480;
634 webViewImpl->resize(WebSize(pageWidth, pageHeight));
    [all...]
WebViewTest.cpp 223 const std::string& pageWidth, const std::string& pageHeight,
430 const std::string& pageWidth, const std::string& pageHeight,
435 std::string url = m_baseURL + "specify_size.html?" + pageWidth + ":" + pageHeight;
466 std::string pageHeight = "56px";
469 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
478 std::string pageHeight = "200px";
481 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
490 std::string pageHeight = "80px";
493 testAutoResize(minAutoResize, maxAutoResize, pageWidth, pageHeight,
504 std::string pageHeight = "200px"
    [all...]
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 74 float pageHeight = pageSize.height();
76 outPageHeight = pageHeight; // this is the height of the page adjusted by margins
77 pageHeight -= headerHeight + footerHeight;
79 if (pageHeight <= 0) {
80 WTF_LOG_ERROR("pageHeight has bad value %.2f", pageHeight);
84 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFactor), false);
103 int pageHeight = pageSizeInPixels.height();
108 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
109 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
VerticalViewPager.java 42 final int pageHeight = view.getHeight();
51 float yPosition = position * pageHeight;
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 132 jint pageWidth, jint pageHeight,
135 SkCanvas* canvas = 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)
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.js 632 var pageHeight = window.innerHeight;
635 if (yscroll + pageHeight < caretY + caretHeight) {
636 window.scroll(0, (caretY + caretHeight - pageHeight + 100));
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
selection_util.js 278 var pageHeight = window.innerHeight ||
288 if ((scrolledVertically + pageHeight) < top) {
290 var diff = top - pageHeight;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 237 int pageNumber(Element*, float pageWidth = 800, float pageHeight = 600);
Internals.idl 186 long pageNumber(Element element, optional float pageWidth, optional float pageHeight);
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 339 float pageHeight;
340 computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
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 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 520 milliseconds