Searched refs:showConversation (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneController.java546 showConversation(conversation, peek, false /* fromKeyboard */);
554 private void showConversation(Conversation conversation, boolean peek, boolean fromKeyboard) { method in class:TwoPaneController
600 LogUtils.i(LOG_TAG, "TPC.showConversation will wait for TPL.animationEnd to show!");
632 showConversation(conversation, true /* peek */, true /* fromKeyboard */);
688 // next-oldest conversation instead. showConversation() will resort to an empty CV pane when
H A DOnePaneController.java269 * Override showConversation with animation parameter so that we animate in the pager when
275 protected void showConversation(Conversation conversation, boolean shouldAnimate) { method in class:OnePaneController
276 super.showConversation(conversation, shouldAnimate);
H A DAbstractActivityController.java1503 showConversation(conv);
1804 showConversation(null);
2010 // Set mAutoAdvanceOp *before* showConversation() to ensure that it runs when the
2031 showConversation(next);
2111 // notified of the next conversation with showConversation(next) *before* the
2562 showConversation(conversation);
2568 * Child classes must call super.showConversation() <b>before</b> their own implementations.
2573 protected void showConversation(Conversation conversation) { method in class:AbstractActivityController
2574 showConversation(conversation, false /* shouldAnimate */);
2583 protected void showConversation(Conversatio method in class:AbstractActivityController
[all...]
H A DConversationViewFragment.java343 getHandler().post(new FragmentRunnable("showConversation", this) {
346 showConversation();
602 private void showConversation() { method in class:ConversationViewFragment
609 timerMark("CVF.showConversation");
1610 // This is needed in addition to the showConversation() delay to speed

Completed in 70 milliseconds