Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationActivity.java156 final ConversationFragment conversationFragment = getConversationFragment(); in onWindowFocusChanged() local
159 if (hasFocus && conversationFragment != null) { in onWindowFocusChanged()
160 conversationFragment.setConversationFocus(); in onWindowFocusChanged()
204 final ConversationFragment conversationFragment = getConversationFragment(); in onNavigationUpPressed() local
205 if (conversationFragment != null && conversationFragment.onNavigationUpPressed()) { in onNavigationUpPressed()
220 final ConversationFragment conversationFragment = getConversationFragment(); in onBackPressed() local
221 if (conversationFragment != null && conversationFragment.onBackPressed()) { in onBackPressed()
302 ConversationFragment conversationFragment = getConversationFragment(); in updateUiState() local
307 if (conversationFragment == null) { in updateUiState()
308 conversationFragment = new ConversationFragment(); in updateUiState()
[all …]