Searched refs:showConversation (Results 1 - 4 of 4) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
H A D | TwoPaneController.java | 546 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 D | OnePaneController.java | 269 * 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 D | AbstractActivityController.java | 1503 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 D | ConversationViewFragment.java | 343 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 1308 milliseconds