/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeController.java | 56 default void animateCollapseShade() { in animateCollapseShade() method 57 animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE); in animateCollapseShade() 61 default void animateCollapseShade(int flags) { in animateCollapseShade() method 62 animateCollapseShade(flags, false, false, 1.0f); in animateCollapseShade() 67 animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE, true, false, 1.0f); in animateCollapseShadeForced() 72 animateCollapseShade(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true, true, 1.0f); in animateCollapseShadeForcedDelayed() 79 void animateCollapseShade(int flags, boolean force, boolean delayed, float speedUpFactor); in animateCollapseShade() method
|
D | ShadeControllerSceneImpl.kt | 100 override fun animateCollapseShade( in <lambda>() method 130 animateCollapseShade() in <lambda>() 143 animateCollapseShade() in <lambda>() 163 animateCollapseShade() in <lambda>() 203 animateCollapseShade() in <lambda>()
|
D | ShadeControllerImpl.java | 128 public void animateCollapseShade(int flags, boolean force, boolean delayed, in animateCollapseShade() method in ShadeControllerImpl 184 mMainExecutor.execute(this::animateCollapseShade); in postAnimateCollapseShade() 249 animateCollapseShade(); in cancelExpansionAndCollapseShade() 266 animateCollapseShade(); in onStatusBarTouch()
|
D | ShadeControllerEmptyImpl.kt | 30 override fun animateCollapseShade( in animateCollapseShade() method in com.android.systemui.shade.ShadeControllerEmptyImpl
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | ShadeControllerSceneImplTest.kt | 91 underTest.animateCollapseShade(0, force = false, delayed = false, 1f) in animateCollapseShade_noForceNoExpansion() 109 underTest.animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NOTIFICATION_PANEL) in animateCollapseShade_expandedExcludeFlagOn() 126 underTest.animateCollapseShade() in animateCollapseShade_locked() 141 underTest.animateCollapseShade() in animateCollapseShade_unlocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacks.java | 218 mShadeController.animateCollapseShade(flags, force, false /* delayed */, in animateCollapsePanels() 277 mShadeController.animateCollapseShade(); in disable() 289 mShadeController.animateCollapseShade(); in disable() 317 mShadeController.animateCollapseShade(); in handleSystemKey() 503 mShadeController.animateCollapseShade(); in toggleNotificationsPanel() 512 mShadeController.animateCollapseShade(); in toggleQuickSettingsPanel()
|
D | CentralSurfacesImpl.java | 1906 mShadeController.animateCollapseShade(flags); 3047 mShadeController.animateCollapseShade();
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacksTest.java | 164 verify(mShadeController).animateCollapseShade(); in testDisableNotificationShade() 180 verify(mShadeController, never()).animateCollapseShade(); in testEnableNotificationShade()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/ |
D | BackActionInteractor.kt | 127 shadeController.animateCollapseShade() in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowDragControllerTest.java | 110 verify(mShadeController).animateCollapseShade(eq(0), eq(true), in testDoStartDragNotif()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowDragController.java | 151 mShadeController.animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE, true /* force */, in dismissShade()
|
D | NotificationConversationInfo.java | 161 mShadeController.animateCollapseShade();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | SystemActions.java | 550 mShadeController.animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE); in handleAccessibilityDismissNotificationShade()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 831 mShadeController.animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE); in setUpView()
|