Searched refs:mLoopViews (Results 1 – 4 of 4) sorted by relevance
134 boolean mLoopViews = true; field in AdapterViewAnimator205 mLoopViews = a.getBoolean( in AdapterViewAnimator()306 mWhichChild = mLoopViews ? 0 : getWindowSize() - 1; in setDisplayedChild()308 mWhichChild = mLoopViews ? getWindowSize() - 1 : 0; in setDisplayedChild()387 if (adapterCount <= getNumActiveViews() && mLoopViews) { in getWindowSize()490 if (mLoopViews) { in showOnly()
76 mLoopViews = true; in AdapterViewFlipper()
676 boolean endOfStack = mLoopViews && adapterCount == 1 in beginGestureIfNeeded()679 boolean beginningOfStack = mLoopViews && adapterCount == 1 in beginGestureIfNeeded()684 if (mLoopViews && !beginningOfStack && !endOfStack) { in beginGestureIfNeeded()1130 if (adapterCount == 1 && mLoopViews) return;
65629 Landroid/widget/AdapterViewAnimator;->mLoopViews:Z