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 342 public FragmentKeyListener getCurrentPage() {
360 return mFragmentCarousel.getCurrentPage();
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 174 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
PagedView.java 261 int getCurrentPage() {
747 if (getCurrentPage() > 0) {
748 snapToPage(getCurrentPage() - 1);
752 if (getCurrentPage() < getPageCount() - 1) {
753 snapToPage(getCurrentPage() + 1);
    [all...]
Launcher.java 712 mAppsCustomizeContent.getCurrentPage());
786 (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 324 milliseconds