Home
last modified time | relevance | path

Searched refs:updatePanelWithAnimation (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
H A DSettingsPanelActivityTest.java161 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()
/aosp12/packages/apps/Settings/src/com/android/settings/panel/
H A DSettingsPanelActivity.java138 mPanelFragment.updatePanelWithAnimation(); in createOrUpdatePanel()
H A DPanelFragment.java162 void updatePanelWithAnimation() { in updatePanelWithAnimation() method in PanelFragment