Searched refs:animateExpandShade (Results 1 – 10 of 10) sorted by relevance
37 override fun animateExpandShade() {} in animateExpandShade() method in com.android.systemui.shade.ShadeControllerEmptyImpl
43 final override fun animateExpandShade() { in animateExpandShade() method in com.android.systemui.shade.BaseShadeControllerImpl
90 void animateExpandShade(); in animateExpandShade() method
133 shadeController.animateExpandShade() in testDisableNotificationShade()144 shadeController.animateExpandShade() in testEnableNotificationShade()
228 mShadeController.animateExpandShade(); in animateExpandNotificationsPanel()324 mShadeController.animateExpandShade(); in handleSystemKey()505 mShadeController.animateExpandShade(); in toggleNotificationsPanel()
95 shadeController.animateExpandShade() in <lambda>()
247 verify(shadeControllerImpl).animateExpandShade() in shadeIsExpandedOnStatusIconMouseClick()276 verify(shadeControllerImpl, never()).animateExpandShade() in shadeIsNotExpandedOnStatusBarGeneralClick()
365 verify(mShadeController).animateExpandShade(); in testSwipeDown_logAndOpenNotificationShade()393 verify(mShadeController, never()).animateExpandShade(); in testSwipeDown_pastStatusBarHeight_shadeNotOpened()
491 mShadeController.animateExpandShade(); in handleNotifications()
2440 mShadeController.animateExpandShade();