Searched refs:showConversation (Results 1 – 4 of 4) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | TwoPaneController.java | 546 showConversation(conversation, peek, false /* fromKeyboard */); in showConversationWithPeek() 554 private void showConversation(Conversation conversation, boolean peek, boolean fromKeyboard) { in showConversation() method in TwoPaneController 632 showConversation(conversation, true /* peek */, true /* fromKeyboard */); in onConversationFocused()
|
D | OnePaneController.java | 275 protected void showConversation(Conversation conversation, boolean shouldAnimate) { in showConversation() method in OnePaneController 276 super.showConversation(conversation, shouldAnimate); in showConversation()
|
D | AbstractActivityController.java | 1503 showConversation(conv); in getUndoCallbackForDestructiveActionsWithAutoAdvance() 1804 showConversation(null); 2031 showConversation(next); 2562 showConversation(conversation); 2573 protected void showConversation(Conversation conversation) { 2574 showConversation(conversation, false /* shouldAnimate */); 2583 protected void showConversation(Conversation conversation, boolean shouldAnimate) { 2670 showConversation(conversation, true /* shouldAnimate */); 3622 showConversation(mConversationToShow);
|
D | ConversationViewFragment.java | 346 showConversation(); in onActivityCreated() 602 private void showConversation() { in showConversation() method in ConversationViewFragment
|