Searched refs:updatePanelWithAnimation (Results 1 – 3 of 3) sorted by relevance
190 verify(mPanelFragment).updatePanelWithAnimation(); in onNewIntent_panelIsNotCreating_shouldUpdatePanel()199 verify(mPanelFragment, never()).updatePanelWithAnimation(); in onNewIntent_panelIsCreating_shouldNotUpdatePanel()209 verify(mPanelFragment, never()).updatePanelWithAnimation(); in onNewIntent_panelIsShowingTheSameAction_shouldNotUpdatePanel()
144 mPanelFragment.updatePanelWithAnimation(); in createOrUpdatePanel()
164 void updatePanelWithAnimation() { in updatePanelWithAnimation() method in PanelFragment