OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentWindowStartUnbounded
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
AdapterViewAnimator.java
105
int
mCurrentWindowStartUnbounded
= 0;
362
int i = modulo(
mCurrentWindowStartUnbounded
+ relativeIndex, getWindowSize());
515
newWindowStartUnbounded ==
mCurrentWindowStartUnbounded
)) {
564
mCurrentWindowStartUnbounded
= newWindowStartUnbounded;
[
all
...]
StackView.java
677
} else if (
mCurrentWindowStartUnbounded
+ activeIndex == -1 || beginningOfStack) {
680
} else if (
mCurrentWindowStartUnbounded
+ activeIndex == adapterCount - 1 || endOfStack) {
[
all
...]
Completed in 275 milliseconds