OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentPage
(Results
1 - 25
of
34
) sorted by null
1
2
/packages/apps/Launcher2/src/com/android/launcher2/
SpringLoadedDragController.java
55
if (page != w.
getCurrentPage
()) {
AppsCustomizeTabHost.java
193
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
());
PagedView.java
282
int
getCurrentPage
() {
[
all
...]
Launcher.java
414
mModel.startLoader(true, mWorkspace.
getCurrentPage
());
[
all
...]
FocusHelper.java
499
final int pageIndex = workspace.
getCurrentPage
();
[
all
...]
Folder.java
806
int currentPage = mLauncher.getWorkspace().
getCurrentPage
();
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
SpringLoadedDragController.java
55
if (page != w.
getCurrentPage
()) {
AppsCustomizeTabHost.java
195
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
());
PagedView.java
487
int
getCurrentPage
() {
[
all
...]
Launcher.java
[
all
...]
AppsCustomizePagedView.java
314
int currentPage =
getCurrentPage
();
[
all
...]
FocusHelper.java
498
final int pageIndex = workspace.
getCurrentPage
();
[
all
...]
Workspace.java
590
setCurrentPage(
getCurrentPage
() + 1);
619
setCurrentPage(
getCurrentPage
() - 1);
[
all
...]
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java
514
int currentPage = mCandidatesContainer.
getCurrentPage
();
598
int currentPage = mCandidatesContainer.
getCurrentPage
();
[
all
...]
CandidatesContainer.java
219
public int
getCurrentPage
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java
464
public int
getCurrentPage
() {
465
return super.
getCurrentPage
();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
419
int
getCurrentPage
() {
[
all
...]
KeyguardViewStateManager.java
136
mPageIndexOnPageBeginMoving = mKeyguardWidgetPager.
getCurrentPage
();
KeyguardWidgetPager.java
244
KeyguardWidgetFrame currentWidgetPage = getWidgetPageAt(
getCurrentPage
());
820
final View currentPage = getPageAt(
getCurrentPage
());
840
int curPage =
getCurrentPage
();
[
all
...]
KeyguardHostView.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java
169
FragmentKeyListener mCurrentFragment = mContactDetailLayoutController.
getCurrentPage
();
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java
185
public int
getCurrentPage
() {
ContactDetailLayoutController.java
484
public FragmentKeyListener
getCurrentPage
() {
502
return mFragmentCarousel.
getCurrentPage
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
667
if (getEditor().
getCurrentPage
() == getEditor().getTextPageIndex() &&
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
Completed in 463 milliseconds
1
2