Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 69) sorted by relevance

123

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DUserChoiceInfo.java64 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 DAdvancedOptionsFlowInfo.java78 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 Dlinker_block_allocator.cpp93 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 DTelecomPageTab.java88 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 Dbionic_allocator.cpp117 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 Dzram-perf.cpp19 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 DTwoPanelWorkspaceTest.java253 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 DImageToPdfTask.java77 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 DIPdfRender.aidl36 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 DLaunchSettingsTest.java166 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 DFolderPagedView.java163 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 DFolderGridOrganizer.java156 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 DPdfRenderer.cpp44 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 DPdfEditor.cpp113 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 DPdfDocument.cpp68 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 DNuCachedSource2.cpp79 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 DPdfRender.java126 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 DPagedTileLayout.java130 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 DViewGroupFocusHelper.java59 PagedView page = (PagedView) parent; in computeLocationRelativeToContainer() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dpdf_render.c60 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 Dwprint_image_platform.h41 unsigned int page; member
/aosp12/art/dexlayout/
H A Ddexdiag.cc186 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 Davrc_opt.cc136 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 DWifiSecurityHelper.java72 @UserChoiceInfo.PAGE int page) { in getActionsList()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DFakeSession.java89 Rect page = new Rect(0, 0, getPageWidth(), mPageHeight); in requestTile() local

123