Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListActivity.java135 final ConversationListFragment conversationListFragment = in onWindowFocusChanged() local
140 if (hasFocus && conversationListFragment != null) { in onWindowFocusChanged()
141 conversationListFragment.setScrolledToNewestConversationIfNeeded(); in onWindowFocusChanged()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DOnePaneController.java242 final Fragment conversationListFragment = in showConversationList() local
248 mLastConversationListTransactionId = replaceFragment(conversationListFragment, in showConversationList()
253 replaceFragment(conversationListFragment, transition, TAG_CONVERSATION_LIST, in showConversationList()
DTwoPaneController.java170 final ConversationListFragment conversationListFragment = in renderConversationList() local
172 fragmentTransaction.replace(R.id.conversation_list_place_holder, conversationListFragment, in renderConversationList()
176 conversationListFragment.setNextFocusStartId( in renderConversationList()