/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
H A D | UserChoiceInfo.java | 64 public void put(@PAGE int page, String info) { in put() 68 public void put(@PAGE int page, int choice) { in put() 79 public boolean choiceChosen(CharSequence choice, @PAGE int page) { in choiceChosen() 86 public Integer getChoice(@PAGE int page) { in getChoice() 99 public String getPageSummary(@PAGE int page) { in getPageSummary() 111 public void removePageSummary(@PAGE int page) { in removePageSummary() 217 public void setVisible(@PAGE int page, boolean visible) { in setVisible() 221 public boolean isVisible(@PAGE int page) { in isVisible()
|
H A D | AdvancedOptionsFlowInfo.java | 78 public void put(@PAGE int page, CharSequence info) { in put() 89 public boolean choiceChosen(CharSequence choice, @PAGE int page) { in choiceChosen() 102 public boolean containsPage(@PAGE int page) { in containsPage() 112 public String get(@PAGE int page) { in get() 124 public void remove(@PAGE int page) { in remove()
|
/aosp12/bionic/linker/ |
H A D | linker_block_allocator.cpp | 93 LinkerBlockAllocatorPage* page = find_page(block); in free() local 112 for (LinkerBlockAllocatorPage* page = page_list_; page != nullptr; page = page->next) { in protect_all() local 123 LinkerBlockAllocatorPage* page = reinterpret_cast<LinkerBlockAllocatorPage*>( in create_new_page() local 142 LinkerBlockAllocatorPage* page = page_list_; in find_page() local 160 LinkerBlockAllocatorPage* page = page_list_; in purge() local
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/ |
H A D | TelecomPageTab.java | 88 private void initFragment(FragmentManager fragmentManager, @Page String page, in initFragment() 121 private String makeFragmentTag(@Page String page) { in makeFragmentTag() 166 private Fragment createFragment(@Page String page) { in createFragment() 187 String page = mTabConfig[i]; in recreateTabs() local 206 public int getTabIndex(@Page String page) { in getTabIndex()
|
/aosp12/bionic/libc/bionic/ |
H A D | bionic_allocator.cpp | 117 small_object_page_info* page = page_list_; in alloc() local 149 void BionicSmallObjectAllocator::free_page(small_object_page_info* page) { in free_page() 165 small_object_page_info* const page = in free() local 204 small_object_page_info* const page = in alloc_page() local 228 void BionicSmallObjectAllocator::add_to_page_list(small_object_page_info* page) { in add_to_page_list() 238 small_object_page_info* page) { in remove_from_page_list()
|
/aosp12/system/extras/zram-perf/ |
H A D | zram-perf.cpp | 19 void fillPageRand(uint32_t *page) { in fillPageRand() 25 void fillPageCompressible(void* page) { in fillPageCompressible() 74 AlignedAlloc page(kPageSize, kPageSize); in fillWithCompressible() local 87 AlignedAlloc page(kPageSize, kPageSize); in benchSequentialRead() local 108 AlignedAlloc page(kPageSize, kPageSize); in benchSequentialWrite() local
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/ |
H A D | TwoPanelWorkspaceTest.java | 253 CellLayout page = launcher.getWorkspace().getScreenWithId(pageId); in assertPageEmpty() local 263 CellLayout page = (CellLayout) launcher.getWorkspace().getPageAt(i); in assertPagesExist() local 272 CellLayout page = launcher.getWorkspace().getScreenWithId(pageId); in assertItemsOnPage() local
|
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ |
H A D | ImageToPdfTask.java | 77 PdfDocument.Page page = mDocument.startPage(1); in writeBitmapToDocument() local 87 private void writeBitmapToPage(PdfDocument.Page page, boolean fill) { in writeBitmapToPage() 115 private void drawDirect(PdfDocument.Page page, RectF extent, boolean fill, boolean rotate) { in drawDirect() 141 private void drawOptimized(PdfDocument.Page page, RectF extent, float scale, boolean rotate) { in drawOptimized()
|
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/render/ |
H A D | IPdfRender.aidl | 36 SizeD getPageSize(int page); in getPageSize() 48 ParcelFileDescriptor renderPageStripe(int page, int y, int width, int height, in renderPageStripe()
|
/aosp12/packages/apps/Settings/tests/perftests/src/com/android/settings/tests/perf/ |
H A D | LaunchSettingsTest.java | 166 private String getMax(String page) { in getMax() 175 private String getMin(String page) { in getMin() 183 private String getAvg(String page) { in getAvg() 227 private String getPercentile(String page, double position) { in getPercentile()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | FolderPagedView.java | 163 CellLayout page = (CellLayout) getChildAt(i); in unbindItems() local 244 CellLayout page = mViewCache.getView(R.layout.folder_page, getContext(), this); in createAndAddNewPage() local 291 CellLayout page = (CellLayout) getChildAt(i); in arrangeChildren() local 365 CellLayout page = getPageAt(pageIndex); in findNearestArea() local 402 CellLayout page = getPageAt(k); in iterateOverItems() local 488 CellLayout page = getPageAt(pageNo); in verifyVisibleHighResIcons() local 585 final CellLayout page = getPageAt(p); in realTimeReorder() local 622 CellLayout page = getPageAt(pageToAnimate); in realTimeReorder() local
|
H A D | FolderGridOrganizer.java | 156 public <T, R extends T> ArrayList<R> previewItemsForPage(int page, List<T> contents) { in previewItemsForPage() 186 public boolean isItemInPreview(int page, int rank) { in isItemInPreview()
|
/aosp12/frameworks/base/libs/hwui/jni/pdf/ |
H A D | PdfRenderer.cpp | 44 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); in nativeOpenPageAndGetSize() local 68 FPDF_PAGE page = reinterpret_cast<FPDF_PAGE>(pagePtr); in nativeClosePage() local 75 FPDF_PAGE page = reinterpret_cast<FPDF_PAGE>(pagePtr); in nativeRenderPage() local
|
H A D | PdfEditor.cpp | 113 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); in nativeSetTransformAndClip() local 168 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); in nativeGetPageSize() local 195 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); in nativeGetPageBox() local 243 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); in nativeSetPageBox() local
|
H A D | PdfDocument.cpp | 68 PageRecord* page = new PageRecord(width, height, contentRect); in startPage() local 91 PageRecord* page = mPages[i]; in write() local
|
/aosp12/frameworks/av/media/libdatasource/ |
H A D | NuCachedSource2.cpp | 79 Page *page = *it; in freePages() local 92 Page *page = *it; in acquirePage() local 98 Page *page = new Page; in acquirePage() local 105 void PageCache::releasePage(Page *page) { in releasePage() 110 void PageCache::appendPage(Page *page) { in appendPage() 121 Page *page = *it; in releaseFromStart() local 364 PageCache::Page *page = mCache->acquirePage(); in fetchInternal() local
|
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/jni/ |
H A D | PdfRender.java | 126 public SizeD getPageSize(int page) { in getPageSize() 150 public boolean renderPageStripe(int page, int y, int width, int height, in renderPageStripe()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | PagedTileLayout.java | 130 View page = mPages.get(i); in onConfigurationChanged() local 166 int page = getCurrentItem(); in getCurrentPageNumber() local 174 private void logVisibleTiles(TileLayout page) { in logVisibleTiles() 264 TileLayout page = (TileLayout) LayoutInflater.from(getContext()) in createTileLayout() local 319 TileLayout page = mPages.get(i); in updateSelected() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
H A D | ViewGroupFocusHelper.java | 59 PagedView page = (PagedView) parent; in computeLocationRelativeToContainer() local
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | pdf_render.c | 60 static int getPageAttributes(pdf_render_ifc_t *obj, int page, double *width, double *height) { in getPageAttributes() 76 static int renderPageStripe(pdf_render_ifc_t *obj, int page, int width, int height, float zoom, in renderPageStripe()
|
H A D | wprint_image_platform.h | 41 unsigned int page; member
|
/aosp12/art/dexlayout/ |
H A D | dexdiag.cc | 186 static uint16_t FindSectionTypeForPage(size_t page, in FindSectionTypeForPage() 210 for (size_t page = start; page < end; ++page) { in ProcessPageMap() local 244 for (size_t page = start; page < end; ++page) { in DisplayDexStatistics() local 378 for (size_t page = 0; page < pagemap.size(); ++page) { in ProcessOneOatMapping() local
|
/aosp12/system/bt/stack/avrc/ |
H A D | avrc_opt.cc | 136 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/security/ |
H A D | WifiSecurityHelper.java | 72 @UserChoiceInfo.PAGE int page) { in getActionsList()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | FakeSession.java | 89 Rect page = new Rect(0, 0, getPageWidth(), mPageHeight); in requestTile() local
|