Searched refs:pageInfo (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/ |
H A D | PdfDocument.java | 115 public Page startPage(PageInfo pageInfo) { in startPage() argument 118 if (pageInfo == null) { in startPage() 121 Canvas canvas = new PdfCanvas(nativeStartPage(mNativeDocument, pageInfo.mPageWidth, in startPage() 122 pageInfo.mPageHeight, pageInfo.mContentRect.left, pageInfo.mContentRect.top, in startPage() 123 pageInfo.mContentRect.right, pageInfo.mContentRect.bottom)); in startPage() 124 mCurrentPage = new Page(canvas, pageInfo); in startPage() 396 private Page(Canvas canvas, PageInfo pageInfo) { in Page() argument 398 mPageInfo = pageInfo; in Page()
|
/aosp12/frameworks/base/core/java/android/print/pdf/ |
H A D | PrintedPdfDocument.java | 129 PageInfo pageInfo = new PageInfo in startPage() local 133 return startPage(pageInfo); in startPage()
|
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
H A D | LiveWallpaperPreview.java | 178 final View pageInfo = getLayoutInflater().inflate(R.layout.page_info, null /* root */); in initInfoPage() local 179 final TextView attributionTitle = pageInfo.findViewById( in initInfoPage() 181 final TextView attributionAuthor = pageInfo.findViewById( in initInfoPage() 183 final TextView attributionDescription = pageInfo.findViewById( in initInfoPage() 185 final Button attributionExploreButton = pageInfo.findViewById( in initInfoPage() 187 final View spacer = pageInfo.findViewById(R.id.spacer); in initInfoPage() 188 final Button setWallpaperButton = pageInfo.findViewById( in initInfoPage() 192 mPages.add(Pair.create(getString(R.string.tab_info), pageInfo)); in initInfoPage() local
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |