[go: nahoru, domu]

Searched defs:POSITION_UNCHANGED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPagerAdapter.java81 public static final int POSITION_UNCHANGED = -1; field in class:PagerAdapter
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;
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerAdapter.java82 public static final int POSITION_UNCHANGED = -1; field in class:PagerAdapter
260 * has changed. Returns {@link #POSITION_UNCHANGED} if the position of the given
265 * change position and always returns {@link #POSITION_UNCHANGED}.
270 * {@link #POSITION_UNCHANGED} if the object's position has not changed,
274 return POSITION_UNCHANGED;

Completed in 34 milliseconds