[go: nahoru, domu]

Searched refs:getPageWidth (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/print/pdf/
H A DPrintedPdfDocument.java33 * attributes and these precomputed values can be accessed via {@link #getPageWidth()},
141 public @IntRange(from = 0) int getPageWidth() { method in class:PrintedPdfDocument
/frameworks/base/core/java/com/android/internal/widget/
H A DPagerAdapter.java317 public float getPageWidth(int position) { method in class:PagerAdapter
H A DViewPager.java822 final float pageWidth = width * mAdapter.getPageWidth(mCurItem);
836 ii.widthFactor = mAdapter.getPageWidth(position);
1156 offset += mAdapter.getPageWidth(pos) + marginOffset;
1176 offset -= mAdapter.getPageWidth(pos) + marginOffset;
1198 offset -= mAdapter.getPageWidth(pos--) + marginOffset;
1212 offset += mAdapter.getPageWidth(pos++) + marginOffset;
2208 ii.widthFactor = mAdapter.getPageWidth(ii.position);
2339 widthFactor = mAdapter.getPageWidth(pos);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerAdapter.java334 public float getPageWidth(int position) { method in class:PagerAdapter
H A DViewPager.java985 final float pageWidth = width * mAdapter.getPageWidth(mCurItem);
1002 ii.widthFactor = mAdapter.getPageWidth(position);
1310 offset += mAdapter.getPageWidth(pos) + marginOffset;
1330 offset -= mAdapter.getPageWidth(pos) + marginOffset;
1350 offset -= mAdapter.getPageWidth(pos--) + marginOffset;
1362 offset += mAdapter.getPageWidth(pos++) + marginOffset;
2359 ii.widthFactor = mAdapter.getPageWidth(ii.position);
2471 float widthFactor = mAdapter.getPageWidth(pos);
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java282 public int getPageWidth() { method in class:PdfDocument.PageInfo

Completed in 125 milliseconds