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.java796 final float pageWidth = width * mAdapter.getPageWidth(mCurItem);
810 ii.widthFactor = mAdapter.getPageWidth(position);
1130 offset += mAdapter.getPageWidth(pos) + marginOffset;
1150 offset -= mAdapter.getPageWidth(pos) + marginOffset;
1172 offset -= mAdapter.getPageWidth(pos--) + marginOffset;
1186 offset += mAdapter.getPageWidth(pos++) + marginOffset;
2183 ii.widthFactor = mAdapter.getPageWidth(ii.position);
2314 widthFactor = mAdapter.getPageWidth(pos);
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
H A DPagerAdapter.java342 public float getPageWidth(int position) { method in class:PagerAdapter
H A DViewPager.java994 final float pageWidth = width * mAdapter.getPageWidth(mCurItem);
1011 ii.widthFactor = mAdapter.getPageWidth(position);
1319 offset += mAdapter.getPageWidth(pos) + marginOffset;
1339 offset -= mAdapter.getPageWidth(pos) + marginOffset;
1359 offset -= mAdapter.getPageWidth(pos--) + marginOffset;
1371 offset += mAdapter.getPageWidth(pos++) + marginOffset;
2380 ii.widthFactor = mAdapter.getPageWidth(ii.position);
2492 float widthFactor = mAdapter.getPageWidth(pos);
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java285 public int getPageWidth() { method in class:PdfDocument.PageInfo

Completed in 38 milliseconds