Home
last modified time | relevance | path

Searched refs:FLAG_EXCLUDE_NONE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeController.java57 animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE); in animateCollapseShade()
67 animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE, true, false, 1.0f); in animateCollapseShadeForced()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java151 mShadeController.animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE, true /* force */, in dismissShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java550 mShadeController.animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE); in handleAccessibilityDismissNotificationShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java184 public static final int FLAG_EXCLUDE_NONE = 0; field in CommandQueue
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java831 mShadeController.animateCollapseShade(CommandQueue.FLAG_EXCLUDE_NONE); in setUpView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1893 int flags = CommandQueue.FLAG_EXCLUDE_NONE;