Searched refs:animateCollapseQs (Results 1 – 8 of 8) sorted by relevance
74 underTest.animateCollapseQs(true) in animateCollapseQs_notOnQs()87 underTest.animateCollapseQs(true) in animateCollapseQs_fullyCollapse_entered()97 underTest.animateCollapseQs(true) in animateCollapseQs_fullyCollapse_locked()107 underTest.animateCollapseQs(false) in animateCollapseQs_notFullyCollapse()
36 override fun animateCollapseQs(fullyCollapse: Boolean) { in animateCollapseQs() method in com.android.systemui.shade.domain.interactor.ShadeBackActionInteractorImpl59 animateCollapseQs(false) in onBackPressed()
27 fun animateCollapseQs(fullyCollapse: Boolean) method
166 verify(shadeBackActionInteractor, atLeastOnce()).animateCollapseQs(anyBoolean()) in testOnBackRequested_quickSettingsExpanded()178 verify(shadeBackActionInteractor, never()).animateCollapseQs(anyBoolean()) in testOnBackRequested_closeUserSwitcherIfOpen()190 verify(shadeBackActionInteractor, never()).animateCollapseQs(anyBoolean()) in testOnBackRequested_returnsFalse()
117 shadeBackActionInteractor.animateCollapseQs(false) in <lambda>()
40 override fun animateCollapseQs(fullyCollapse: Boolean) {} in animateCollapseQs() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
1997 public void animateCollapseQs(boolean fullyCollapse) { in animateCollapseQs() method in NotificationPanelViewController2010 animateCollapseQs(true); in resetViews()
1102 mNotificationPanelViewController.animateCollapseQs(false); in testPanelClosedWhenClosingQsInSplitShade()