Home
last modified time | relevance | path

Searched refs:setNotificationShadeExpanded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayoutTest.java159 verify(mBlockingHelperManager).setNotificationShadeExpanded(0f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
163 verify(mBlockingHelperManager).setNotificationShadeExpanded(100f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationBlockingHelperManagerTest.java84 mBlockingHelperManager.setNotificationShadeExpanded(1f); in setUp()
178 mBlockingHelperManager.setNotificationShadeExpanded(0f); in testPerhapsShowBlockingHelper_notShownDueToShadeVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationBlockingHelperManager.java140 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() method in NotificationBlockingHelperManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java464 blockingHelperManager.setNotificationShadeExpanded(height); in NotificationStackScrollLayout()