OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POSITION_UNCHANGED
(Results
1 - 23
of
23
) sorted by null
/frameworks/support/v4/java/android/support/v4/view/
PagerAdapter.java
81
public static final int
POSITION_UNCHANGED
= -1;
254
* has changed. Returns {@link #
POSITION_UNCHANGED
} if the position of the given
259
* change position and always returns {@link #
POSITION_UNCHANGED
}.
264
* {@link #
POSITION_UNCHANGED
} if the object's position has not changed,
268
return
POSITION_UNCHANGED
;