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.java243 View lastView = null; in assignMarginsAndBackgrounds() local
248 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()
/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()