Searched refs:getPageWidth (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/screenshot/ |
H A D | FakeSession.java | 67 mAvailable = new Rect(0, availableTop, getPageWidth(), availableBottom); in FakeSession() 70 mVisiblePage = new Rect(0, visiblePageTop, getPageWidth(), visiblePageBottom); in FakeSession() 87 Rect requested = new Rect(0, requestedTop, getPageWidth(), requestedTop + getTileHeight()); in requestTile() 89 Rect page = new Rect(0, 0, getPageWidth(), mPageHeight); in requestTile() 174 public int getPageWidth() {
|
/aosp14/frameworks/base/core/java/android/print/pdf/ |
H A D | PrintedPdfDocument.java | 141 public @IntRange(from = 0) int getPageWidth() { in getPageWidth() method in PrintedPdfDocument
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PagerAdapter.java | 317 public float getPageWidth(int position) { in getPageWidth() method in PagerAdapter
|
H A D | ViewPager.java | 802 final float pageWidth = width * mAdapter.getPageWidth(mCurItem); in smoothScrollTo() 816 ii.widthFactor = mAdapter.getPageWidth(position); in addNewItem() 1136 offset += mAdapter.getPageWidth(pos) + marginOffset; 1156 offset -= mAdapter.getPageWidth(pos) + marginOffset; 1178 offset -= mAdapter.getPageWidth(pos--) + marginOffset; 1192 offset += mAdapter.getPageWidth(pos++) + marginOffset; 2231 ii.widthFactor = mAdapter.getPageWidth(ii.position); 2364 widthFactor = mAdapter.getPageWidth(pos);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScrollCaptureClient.java | 113 int getPageWidth(); in getPageWidth() method 435 public int getPageWidth() {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ScrollCaptureClientTest.java | 99 Rect request = new Rect(0, 0, session.getPageWidth(), session.getTileHeight()); in testDetectAndConnect()
|
/aosp14/frameworks/base/graphics/java/android/graphics/pdf/ |
H A D | PdfDocument.java | 285 public int getPageWidth() { in getPageWidth() method in PdfDocument.PageInfo
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 17474 method public int getPageWidth(); 35142 method @IntRange(from=0) public int getPageWidth();
|