HomeSort by relevance Sort by last modified time
    Searched refs:getPageCount (Results 1 - 15 of 15) 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/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 409 int getPageCount() {
450 mCurrentPage = Math.max(0, Math.min(currentPage, getPageCount() - 1));
507 final int count = getPageCount();
561 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
837 range[1] = getPageCount() - 1;
    [all...]
KeyguardWidgetPager.java 196 final int pageCount = getPageCount();
    [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();
  /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 

Completed in 70 milliseconds