Searched refs:conversationFragment (Results 1 – 1 of 1) sorted by relevance
156 final ConversationFragment conversationFragment = getConversationFragment(); in onWindowFocusChanged() local159 if (hasFocus && conversationFragment != null) { in onWindowFocusChanged()160 conversationFragment.setConversationFocus(); in onWindowFocusChanged()204 final ConversationFragment conversationFragment = getConversationFragment(); in onNavigationUpPressed() local205 if (conversationFragment != null && conversationFragment.onNavigationUpPressed()) { in onNavigationUpPressed()220 final ConversationFragment conversationFragment = getConversationFragment(); in onBackPressed() local221 if (conversationFragment != null && conversationFragment.onBackPressed()) { in onBackPressed()302 ConversationFragment conversationFragment = getConversationFragment(); in updateUiState() local307 if (conversationFragment == null) { in updateUiState()308 conversationFragment = new ConversationFragment(); in updateUiState()[all …]