HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentWindowStartUnbounded (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 103 int mCurrentWindowStartUnbounded = 0;
365 int i = modulo(mCurrentWindowStartUnbounded + relativeIndex, getWindowSize());
517 newWindowStartUnbounded == mCurrentWindowStartUnbounded)) {
566 mCurrentWindowStartUnbounded = newWindowStartUnbounded;
    [all...]
StackView.java 682 } else if (mCurrentWindowStartUnbounded + activeIndex == -1 || beginningOfStack) {
685 } else if (mCurrentWindowStartUnbounded + activeIndex == adapterCount - 1 || endOfStack) {
    [all...]

Completed in 148 milliseconds