Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java846 final int positionFromBottom = getScrollPositionFromBottom(); in onConversationMessagesCursorUpdated() local
871 final int position = Math.max(mAdapter.getItemCount() - 1 - positionFromBottom, 0); in onConversationMessagesCursorUpdated()