HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentPage (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 192 public int getCurrentPage() {
ContactDetailLayoutController.java 387 public FragmentKeyListener getCurrentPage() {
405 return mFragmentCarousel.getCurrentPage();
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 176 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
372 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
401 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
414 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
415 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
PagedView.java 270 int getCurrentPage() {
803 if (getCurrentPage() > 0) {
804 snapToPage(getCurrentPage() - 1);
808 if (getCurrentPage() < getPageCount() - 1) {
809 snapToPage(getCurrentPage() + 1);
    [all...]
Launcher.java 736 mAppsCustomizeContent.getCurrentPage());
812 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentPage()), info);
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 219 public int getCurrentPage() {
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 173 milliseconds