Home
last modified time | relevance | path

Searched refs:lastView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java260 View lastView = null; in assignMarginsAndBackgrounds() local
265 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()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java214 final View lastView = mRecyclerView.getChildAt(mRecyclerView.getChildCount() - 1); in isScrolledToBottom() local
220 final long id = mRecyclerView.getChildItemId(lastView); in isScrolledToBottom()
228 return isAtBottom && lastView.getBottom() <= mRecyclerView.getHeight(); in isScrolledToBottom()