OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_PAGE
(Results
1 - 6
of
6
) 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
598
// mNextPage is set to
INVALID_PAGE
whenever we are stationary.
600
final int current = (mNextPage ==
INVALID_PAGE
) ? mCurrentPage : mNextPage;
609
// mNextPage is set to
INVALID_PAGE
whenever we are stationary.
611
final int current = (mNextPage ==
INVALID_PAGE
) ? mCurrentPage : mNextPage;
734
if (mNextPage !=
INVALID_PAGE
) {
[
all
...]
AppsCustomizePagedView.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
64
protected static final int
INVALID_PAGE
= -1;
106
protected int mNextPage =
INVALID_PAGE
;
401
return (mNextPage !=
INVALID_PAGE
) ? mNextPage : mCurrentPage;
437
mNextPage =
INVALID_PAGE
;
445
mNextPage =
INVALID_PAGE
;
650
} else if (mNextPage !=
INVALID_PAGE
) {
654
mNextPage =
INVALID_PAGE
;
[
all
...]
Workspace.java
[
all
...]
Completed in 260 milliseconds