Searched refs:firstView (Results 1 – 2 of 2) sorted by relevance
176 View firstView = getChildAt(0); in doFling() local177 int firstViewHeight = firstView.getHeight(); in doFling()179 firstView.getLocalVisibleRect(mFirstViewRect); in doFling()
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(