HomeSort by relevance Sort by last modified time
    Searched refs:showConversation (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 546 showConversation(conversation, peek, false /* fromKeyboard */);
554 private void showConversation(Conversation conversation, boolean peek, boolean fromKeyboard) {
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
    [all...]
OnePaneController.java 269 * Override showConversation with animation parameter so that we animate in the pager when
275 protected void showConversation(Conversation conversation, boolean shouldAnimate) {
276 super.showConversation(conversation, shouldAnimate);
AbstractActivityController.java     [all...]
ConversationViewFragment.java 343 getHandler().post(new FragmentRunnable("showConversation", this) {
346 showConversation();
602 private void showConversation() {
609 timerMark("CVF.showConversation");
    [all...]

Completed in 62 milliseconds