Searched refs:firstView (Results 1 – 2 of 2) sorted by relevance
71 val firstView = textChanges[0].first in animateChangeText() constant72 val parentViewGroup: ViewGroup = firstView.parent as ViewGroup in animateChangeText()
2582 View firstView = getChildAt(firstIndex);2586 center = getCenter(firstView);2589 center = mOrientation == HORIZONTAL ? firstView.getLeft() : firstView.getTop();2592 center = mOrientation == HORIZONTAL ? firstView.getRight() : firstView.getBottom();2596 center -= ((ChildViewHolder) firstView.getTag(