Home
last modified time | relevance | path

Searched refs:animateCollapseQs (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/
DShadeBackActionInteractorImplTest.kt74 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeBackActionInteractorImpl.kt36 override fun animateCollapseQs(fullyCollapse: Boolean) { in animateCollapseQs() method in com.android.systemui.shade.domain.interactor.ShadeBackActionInteractorImpl
59 animateCollapseQs(false) in onBackPressed()
DShadeBackActionInteractor.kt27 fun animateCollapseQs(fullyCollapse: Boolean) method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt166 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/
DBackActionInteractor.kt117 shadeBackActionInteractor.animateCollapseQs(false) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewControllerEmptyImpl.kt40 override fun animateCollapseQs(fullyCollapse: Boolean) {} in animateCollapseQs() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java1997 public void animateCollapseQs(boolean fullyCollapse) { in animateCollapseQs() method in NotificationPanelViewController
2010 animateCollapseQs(true); in resetViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java1102 mNotificationPanelViewController.animateCollapseQs(false); in testPanelClosedWhenClosingQsInSplitShade()