Searched refs:lastView (Results 1 – 2 of 2) sorted by relevance
243 View lastView = null; in assignMarginsAndBackgrounds() local248 if (lastView != null && (isShortcutContainer(lastView))) { in assignMarginsAndBackgrounds()249 MarginLayoutParams mlp = (MarginLayoutParams) lastView.getLayoutParams(); in assignMarginsAndBackgrounds()252 lastView = view; in assignMarginsAndBackgrounds()253 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()