Searched refs:updatePanelWithAnimation (Results 1 – 3 of 3) sorted by relevance
161 verify(mPanelFragment).updatePanelWithAnimation(); in onNewIntent_panelIsNotCreating_shouldUpdatePanel()170 verify(mPanelFragment, never()).updatePanelWithAnimation(); in onNewIntent_panelIsCreating_shouldNotUpdatePanel()180 verify(mPanelFragment, never()).updatePanelWithAnimation(); in onNewIntent_panelIsShowingTheSameAction_shouldNotUpdatePanel()
138 mPanelFragment.updatePanelWithAnimation(); in createOrUpdatePanel()
162 void updatePanelWithAnimation() { in updatePanelWithAnimation() method in PanelFragment