Searched refs:lastView (Results 1 – 2 of 2) sorted by relevance
260 View lastView = null; in assignMarginsAndBackgrounds() local265 if (lastView != null) { in assignMarginsAndBackgrounds()266 MarginLayoutParams mlp = (MarginLayoutParams) lastView.getLayoutParams(); in assignMarginsAndBackgrounds()269 lastView = view; in assignMarginsAndBackgrounds()270 MarginLayoutParams mlp = (MarginLayoutParams) lastView.getLayoutParams(); in assignMarginsAndBackgrounds()
214 final View lastView = mRecyclerView.getChildAt(mRecyclerView.getChildCount() - 1); in isScrolledToBottom() local220 final long id = mRecyclerView.getChildItemId(lastView); in isScrolledToBottom()228 return isAtBottom && lastView.getBottom() <= mRecyclerView.getHeight(); in isScrolledToBottom()