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/notification/row/
DNotificationBlockingHelperManagerTest.java90 mBlockingHelperManager.setNotificationShadeExpanded(1f); in setUp()
200 mBlockingHelperManager.setNotificationShadeExpanded(0f); in testPerhapsShowBlockingHelper_notShownDueToShadeVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java155 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() method in NotificationBlockingHelperManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java261 verify(mBlockingHelperManager).setNotificationShadeExpanded(0f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
265 verify(mBlockingHelperManager).setNotificationShadeExpanded(100f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java575 blockingHelperManager.setNotificationShadeExpanded(height); in NotificationStackScrollLayout()