Searched refs:getCurrentPage (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DSpringLoadedDragController.java55 if (page != w.getCurrentPage()) {
H A DAppsCustomizeTabHost.java193 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
387 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
427 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
467 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
468 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
H A DPagedView.java282 int getCurrentPage() { method in class:PagedView
889 if (getCurrentPage() > 0) {
890 snapToPage(getCurrentPage() - 1);
894 if (getCurrentPage() < getPageCount() - 1) {
895 snapToPage(getCurrentPage() + 1);
1443 if (page >= 0 && page != getCurrentPage() && !isInTouchMode()) {
1931 if (getCurrentPage() < getPageCount() - 1) {
1934 if (getCurrentPage() > 0) {
1957 if (getCurrentPage() < getPageCount() - 1) {
1963 if (getCurrentPage() >
[all...]
H A DLauncher.java414 mModel.startLoader(true, mWorkspace.getCurrentPage());
981 mAppsCustomizeContent.getCurrentPage());
1047 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentPage()), info);
2214 if (folderScreen != mWorkspace.getCurrentPage()) {
3386 return mWorkspace.getCurrentPage();
3474 (ViewGroup) workspace.getChildAt(workspace.getCurrentPage()),
3562 mWorkspace.getChildAt(mWorkspace.getCurrentPage()).requestFocus();
3590 mNewShortcutAnimatePage != mWorkspace.getCurrentPage();
H A DFocusHelper.java499 final int pageIndex = workspace.getCurrentPage();
H A DFolder.java806 int currentPage = mLauncher.getWorkspace().getCurrentPage();
H A DAppsCustomizePagedView.java296 int currentPage = getCurrentPage();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DSpringLoadedDragController.java55 if (page != w.getCurrentPage()) {
H A DAppsCustomizeTabHost.java195 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
393 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
431 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
468 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
469 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
H A DPagedView.java487 int getCurrentPage() { method in class:PagedView
1241 if (getCurrentPage() > 0) {
1242 snapToPage(getCurrentPage() - 1);
1246 if (getCurrentPage() < getPageCount() - 1) {
1247 snapToPage(getCurrentPage() + 1);
1669 if (getCurrentPage() < mTempVisiblePagesRange[0]) {
1671 } else if (getCurrentPage() > mTempVisiblePagesRange[1]) {
2087 if (page >= 0 && page != getCurrentPage() && !isInTouchMode()) {
2807 if (getCurrentPage() < getPageCount() - 1) {
2810 if (getCurrentPage() >
[all...]
H A DLauncher.java1217 mAppsCustomizeContent.getCurrentPage());
1345 (ViewGroup) mWorkspace.getChildAt(mWorkspace.getCurrentPage()), info);
2625 if (folderScreen != mWorkspace.getCurrentPage()) {
3766 return mWorkspace.getCurrentPage();
3946 (ViewGroup) workspace.getChildAt(workspace.getCurrentPage()),
4067 mWorkspace.getChildAt(mWorkspace.getCurrentPage()).requestFocus();
H A DAppsCustomizePagedView.java314 int currentPage = getCurrentPage();
976 int page = (mContentType != type) ? 0 : getCurrentPage();
H A DFocusHelper.java498 final int pageIndex = workspace.getCurrentPage();
H A DWorkspace.java590 setCurrentPage(getCurrentPage() + 1);
619 setCurrentPage(getCurrentPage() - 1);
1129 if (swipeInIgnoreDirection && getScreenIdForPageIndex(getCurrentPage()) ==
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java514 int currentPage = mCandidatesContainer.getCurrentPage();
598 int currentPage = mCandidatesContainer.getCurrentPage();
H A DCandidatesContainer.java219 public int getCurrentPage() { method in class:CandidatesContainer
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactDetailActivity.java169 FragmentKeyListener mCurrentFragment = mContactDetailLayoutController.getCurrentPage();
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragmentCarousel.java185 public int getCurrentPage() { method in class:ContactDetailFragmentCarousel
H A DContactDetailLayoutController.java484 public FragmentKeyListener getCurrentPage() { method in class:ContactDetailLayoutController
502 return mFragmentCarousel.getCurrentPage();

Completed in 3870 milliseconds