Searched refs:mToShow (Results 1 – 1 of 1) sorted by relevance
95 private ToShow mToShow; field in TwoPaneController126 if (mToShow != null) { in appendToString()128 sb.append(mToShow.conversation); in appendToString()130 sb.append(mToShow.dueToKeyboard); in appendToString()468 } else if (mToShow != null) { in onConversationVisibilityChanged()469 if (mToShow.dueToKeyboard) { in onConversationVisibilityChanged()484 if (mToShow != null) { in showCurrentConversationInPager()485 mPagerController.show(mAccount, mFolder, mToShow.conversation, in showCurrentConversationInPager()487 mToShow = null; in showCurrentConversationInPager()587 mToShow = new ToShow(conversation, fromKeyboard); in showConversation()[all …]