OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_PAGE
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java
106
if (mNextPage !=
INVALID_PAGE
) return false;
PagedView.java
56
protected static final int
INVALID_PAGE
= -1;
92
protected int mNextPage =
INVALID_PAGE
;
286
return (mNextPage !=
INVALID_PAGE
) ? mNextPage : mCurrentPage;
454
} else if (mNextPage !=
INVALID_PAGE
) {
456
mNextPage =
INVALID_PAGE
;
[
all
...]
Workspace.java
597
// mNextPage is set to
INVALID_PAGE
whenever we are stationary.
599
final int current = (mNextPage ==
INVALID_PAGE
) ? mCurrentPage : mNextPage;
608
// mNextPage is set to
INVALID_PAGE
whenever we are stationary.
610
final int current = (mNextPage ==
INVALID_PAGE
) ? mCurrentPage : mNextPage;
733
if (mNextPage !=
INVALID_PAGE
) {
[
all
...]
AppsCustomizePagedView.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWithDraggableItems.java
106
if (mNextPage !=
INVALID_PAGE
) return false;
PagedView.java
71
protected static final int
INVALID_PAGE
= -1;
121
protected int mNextPage =
INVALID_PAGE
;
492
return (mNextPage !=
INVALID_PAGE
) ? mNextPage : mCurrentPage;
539
mNextPage =
INVALID_PAGE
;
547
mNextPage =
INVALID_PAGE
;
727
} else if (mNextPage !=
INVALID_PAGE
) {
731
mNextPage =
INVALID_PAGE
;
[
all
...]
AppsCustomizePagedView.java
[
all
...]
Workspace.java
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
69
protected static final int
INVALID_PAGE
= -1;
113
protected int mNextPage =
INVALID_PAGE
;
424
return (mNextPage !=
INVALID_PAGE
) ? mNextPage : mCurrentPage;
615
} else if (mNextPage !=
INVALID_PAGE
) {
617
mNextPage =
INVALID_PAGE
;
[
all
...]
Completed in 41 milliseconds