HomeSort by relevance Sort by last modified time
    Searched refs:getPageCount (Results 1 - 23 of 23) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 289 int getPageCount() {
309 if (0 <= mCurrentPage && mCurrentPage < getPageCount()) {
351 mCurrentPage = Math.max(0, Math.min(currentPage, getPageCount() - 1));
398 final int count = getPageCount();
455 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
    [all...]
AppsCustomizePagedView.java 295 if (getPageCount() > 0) {
    [all...]
Workspace.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 427 int getPageCount() {
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));
    [all...]
KeyguardWidgetPager.java 211 final int pageCount = getPageCount();
    [all...]
  /frameworks/base/core/java/android/print/
PrintDocumentInfo.java 59 * .setPageCount(result.getPageCount())
157 public int getPageCount() {
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 495 int getPageCount() {
515 if (0 <= mCurrentPage && mCurrentPage < getPageCount()) {
563 mCurrentPage = Math.max(0, Math.min(currentPage, getPageCount() - 1));
632 final int count = getPageCount();
730 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
    [all...]
AppsCustomizePagedView.java 313 if (getPageCount() > 0) {
    [all...]
Workspace.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 459 public int getPageCount() {
460 return super.getPageCount();
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java 609 && writtenPages[0].getEnd() == mDocument.info.getPageCount() - 1) {
665 || lhs.getPageCount() != rhs.getPageCount()) {
    [all...]
PrintSpoolerService.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 227 int count = getPageCount();
AndroidXmlEditor.java 499 int count = getPageCount();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 305 // setActivePage(getPageCount() - 1);
347 int count = getEditor().getPageCount();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 398 milliseconds