Home
last modified time | relevance | path

Searched refs:animateExpandShade (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerEmptyImpl.kt37 override fun animateExpandShade() {} in animateExpandShade() method in com.android.systemui.shade.ShadeControllerEmptyImpl
DBaseShadeControllerImpl.kt43 final override fun animateExpandShade() { in animateExpandShade() method in com.android.systemui.shade.BaseShadeControllerImpl
DShadeController.java90 void animateExpandShade(); in animateExpandShade() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DShadeControllerImplTest.kt133 shadeController.animateExpandShade() in testDisableNotificationShade()
144 shadeController.animateExpandShade() in testEnableNotificationShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java228 mShadeController.animateExpandShade(); in animateExpandNotificationsPanel()
324 mShadeController.animateExpandShade(); in handleSystemKey()
505 mShadeController.animateExpandShade(); in toggleNotificationsPanel()
DPhoneStatusBarViewController.kt95 shadeController.animateExpandShade() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt247 verify(shadeControllerImpl).animateExpandShade() in shadeIsExpandedOnStatusIconMouseClick()
276 verify(shadeControllerImpl, never()).animateExpandShade() in shadeIsNotExpandedOnStatusBarGeneralClick()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java365 verify(mShadeController).animateExpandShade(); in testSwipeDown_logAndOpenNotificationShade()
393 verify(mShadeController, never()).animateExpandShade(); in testSwipeDown_pastStatusBarHeight_shadeNotOpened()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java491 mShadeController.animateExpandShade(); in handleNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2440 mShadeController.animateExpandShade();