Home
last modified time | relevance | path

Searched defs:pageCount (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java71 public static boolean contains(PageRange[] ourRanges, PageRange[] otherRanges, int pageCount) { in contains()
346 int pageCount = 0; in getNormalizedPageCount() local
360 public static PageRange asAbsoluteRange(PageRange pageRange, int pageCount) { in asAbsoluteRange()
382 public static boolean isAllPages(PageRange[] pageRanges, int pageCount) { in isAllPages()
393 public static boolean isAllPages(PageRange pageRanges, int pageCount) { in isAllPages()
407 PageRange[] pagesWrittenToFile, int pageCount) { in computeWhichPagesInFileToPrint()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
H A DTwoPanelWorkspaceTest.java260 int pageCount = launcher.getWorkspace().getPageCount(); in assertPagesExist() local
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DModelMultiCallbacksTest.java157 private void setupWorkspacePages(int pageCount) throws Exception { in setupWorkspacePages()
/aosp12/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java178 public DbStats(String dbName, long pageCount, long pageSize, int lookaside, in DbStats()
H A DSQLiteConnection.java1271 long pageCount = 0; in collectDbStats() local
1321 private DbStats getMainDbStatsUnsafe(int lookaside, long pageCount, long pageSize) { in getMainDbStatsUnsafe()
H A DSQLiteDatabase.java1112 long pageCount = DatabaseUtils.longForQuery(this, "PRAGMA max_page_count;", null); in getMaximumSize() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DZramWriteback.java99 int pageCount = getWrittenPageCount(); in markAndFlushPages() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarEduController.java193 void onPageChanged(int currentPage, int pageCount) { in onPageChanged()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategory.java68 public CategoryProperties(final int categoryId, final int pageCount) { in CategoryProperties()
433 final int pageCount = (keys.size() - 1) / maxPageCount + 1; in sortKeysIntoPages() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A DPCLmGenerator.h238 int pageCount; variable
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java568 final int pageCount = PageRangeUtils.getNormalizedPageCount( in onUpdateCompleted() local
949 final int pageCount = (info != null) ? getAdjustedPageCount(info) : 0; in onAdvancedPrintOptionsActivityResult() local
1896 final int pageCount = getAdjustedPageCount(info); in updateOptionsUi() local
2014 private void updatePageRangeOptions(int pageCount) { in updatePageRangeOptions()
2043 final int pageCount = (info != null) ? getAdjustedPageCount(info) : 0; in computeSelectedPages() local
2053 final int pageCount = info.getPageCount(); in getAdjustedPageCount() local
2968 final int pageCount = (info != null) ? getAdjustedPageCount(info) : 0; in afterTextChanged() local
H A DPrintPreviewController.java301 final int pageCount = args.argi1; in handleMessage() local
H A DPageAdapter.java526 final int pageCount = mConfirmedPagesInDocument.size(); in computeSelectedPages() local
/aosp12/frameworks/base/core/java/com/android/internal/print/
H A DDumpUtils.java247 int pageCount = info.getPageCount(); in writePrintDocumentInfo() local
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java289 final int pageCount = mEditor.getPageCount(); in applyPrintAttributes() local
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.kt389 val pageCount = mAdapter.getCount() regex
/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
H A DTimerFragmentTest.java666 int page, int indicatorCount, int pageCount, int... expected) { in assertIndicatorsEquals()
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DGsmCellBroadcastHandler.java624 int pageCount = header.getNumberOfPages(); in handleGsmBroadcastSms() local
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java81 private int pageCount; field in DotsPageIndicator
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java340 int pageCount = getPageCount(); in getPageIndices() local
1135 int pageCount = getChildCount(); in getScrollProgress() local
H A DWorkspace.java743 int pageCount = mScreenOrder.size(); in convertFinalScreenToEmptyScreenIfNecessary() local
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java769 public void onPostExecute(Integer pageCount) { in onPostExecute()
H A DRemotePrintDocument.java1017 RemotePrintDocumentInfo document, int pageCount, PageRange[] pages, in WriteCommand()
H A DPrintSpoolerService.java1329 final int pageCount = Integer.parseInt(parser.getAttributeValue(null, in parsePrintJobLocked() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java3389 private boolean snapToPageRelative(int pageCount, int delta, boolean cycle) { in snapToPageRelative()

12