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

  /frameworks/base/core/java/android/print/pdf/
PrintedPdfDocument.java 70 private final int mPageWidth;
88 mPageWidth = (int) (((float) mediaSize.getWidthMils() / MILS_PER_INCH)
103 mContentRect = new Rect(marginLeft, marginTop, mPageWidth - marginRight,
131 .Builder(mPageWidth, mPageHeight, pageNumber)
143 return mPageWidth;
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 121 Canvas canvas = new PdfCanvas(nativeStartPage(mNativeDocument, pageInfo.mPageWidth,
265 private int mPageWidth;
283 return mPageWidth;
338 mPageInfo.mPageWidth = pageWidth;
353 || contentRect.right > mPageInfo.mPageWidth
369 mPageInfo.mPageWidth, mPageInfo.mPageHeight);
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 55 private int mPageWidth;
77 mPageWidth = (int) (PAGE_WIDTH_DPI * density + 0.5f);
81 mScrollRight = mItemWidth - mPageWidth;
365 mScrollView.scrollTo(mPageWidth, mScrollBottom);
375 mScrollView.scrollTo(mPageWidth, 0);
464 mScrollView.smoothScrollTo(mPageWidth, mPageHeight);
575 mScrollView.scrollTo(mPageWidth, mPageHeight);
577 assertEquals(mPageWidth, mScrollView.getScrollX());

Completed in 301 milliseconds