Home | History | Annotate | Download | only in menu

Lines Matching defs:nextView

264             MenuRowView nextView = mMenuRowViews.get(position);
265 if (isVisibleInLayout(position, nextView, rowsToAdd, rowsToRemove)) {
533 MenuRowView nextView = mMenuRowViews.get(nextPosition);
535 animators.add(createTranslationYAnimator(nextView,
536 nextLayoutRect.top + mRowScrollUpAnimationOffset - nextView.getTop(),
537 nextLayoutRect.top - nextView.getTop()));
538 animators.add(createAlphaAnimator(nextView, 0.0f, 1.0f, mFastOutLinearIn));
543 MenuRowView nextView = mMenuRowViews.get(nextPosition);
544 animators.add(createTranslationYAnimator(nextView, 0, mRowScrollUpAnimationOffset));
545 animators.add(createAlphaAnimator(nextView,
546 nextView.getTitleViewAlphaDeselected(), 0.0f, 1.0f, mLinearOutSlowIn));