Searched defs:getPageCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java59 * .setPageCount(result.getPageCount())
157 public int getPageCount() { method in class:PrintDocumentInfo
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java427 int getPageCount() { method in class:PagedView
468 mCurrentPage = Math.max(0, Math.min(currentPage, getPageCount() - 1));
562 final int count = getPageCount();
616 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
897 range[1] = getPageCount() - 1;
1018 if (getCurrentPage() < getPageCount() - 1) {
1028 if (mCurrentPage >= 0 && mCurrentPage < getPageCount()) {
1036 if (mCurrentPage < getPageCount() - 1) {
1506 mTempVisiblePagesRange[1] = getPageCount() - 1;
1916 whichPage = Math.max(0, Math.min(whichPage, getPageCount()
[all...]

Completed in 98 milliseconds