Searched refs:mPagerController (Results 1 – 3 of 3) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | TwoPaneController.java | 289 mPagerController.show(mAccount, mFolder, conversation, false /* changeVisibility */, in restoreConversation() 291 mPagerController.killRestoredFragments(); in restoreConversation() 292 mPagerController.hide(false /* changeVisibility */); in restoreConversation() 467 mPagerController.hide(false /* changeVisibility */); in onConversationVisibilityChanged() 485 mPagerController.show(mAccount, mFolder, mToShow.conversation, in showCurrentConversationInPager() 625 mPagerController.focusPager(); in onConversationSelected()
|
D | OnePaneController.java | 210 mPagerController.hide(true /* changeVisibility */); in onViewModeChanged() 290 mPagerController.show(mAccount, mFolder, conversation, true /* changeVisibility */, in showConversation()
|
D | AbstractActivityController.java | 295 protected ConversationPagerController mPagerController; field in AbstractActivityController 1334 mPagerController = new ConversationPagerController(mActivity, this); in onCreate() 2272 mPagerController.onDestroy(); 2333 mPagerController.stopListening(); 2792 mPagerController.registerConversationLoadedObserver(observer); 2798 mPagerController.unregisterConversationLoadedObserver(observer); 3383 mPagerController.onConversationSeen(); 3388 return mPagerController.isInitialConversationLoading();
|