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

  /frameworks/base/core/java/android/print/pdf/
PrintedPdfDocument.java 71 private final int mPageHeight;
90 mPageHeight = (int) (((float) mediaSize.getHeightMils() / MILS_PER_INCH)
104 mPageHeight - marginBottom);
131 .Builder(mPageWidth, mPageHeight, pageNumber)
152 return mPageHeight;
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 122 pageInfo.mPageHeight, pageInfo.mContentRect.left, pageInfo.mContentRect.top,
266 private int mPageHeight;
292 return mPageHeight;
339 mPageInfo.mPageHeight = pageHeight;
354 || contentRect.bottom > mPageInfo.mPageHeight)) {
369 mPageInfo.mPageWidth, mPageInfo.mPageHeight);
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 56 private int mPageHeight;
78 mPageHeight = (int) (PAGE_HEIGHT_DPI * density + 0.5f);
80 mScrollBottom = mItemHeight * ITEM_COUNT - mPageHeight;
360 assertEquals(mPageHeight, mScrollView.getScrollY(), TOLERANCE);
363 assertEquals(mPageHeight * 2, mScrollView.getScrollY(), TOLERANCE);
370 assertEquals(mScrollBottom - mPageHeight, mScrollView.getScrollY(), TOLERANCE);
373 assertEquals(mScrollBottom -mPageHeight * 2, mScrollView.getScrollY(), TOLERANCE);
464 mScrollView.smoothScrollTo(mPageWidth, mPageHeight);
467 pollingCheckSmoothScrolling(0, 0, mScrollBottom, mPageHeight);
469 assertEquals(mPageHeight, mScrollView.getScrollY())
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 614 milliseconds