Searched refs:setNotificationShadeExpanded (Results 1 – 4 of 4) sorted by relevance
90 mBlockingHelperManager.setNotificationShadeExpanded(1f); in setUp()200 mBlockingHelperManager.setNotificationShadeExpanded(0f); in testPerhapsShowBlockingHelper_notShownDueToShadeVisibility()
155 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() method in NotificationBlockingHelperManager
261 verify(mBlockingHelperManager).setNotificationShadeExpanded(0f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()265 verify(mBlockingHelperManager).setNotificationShadeExpanded(100f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
575 blockingHelperManager.setNotificationShadeExpanded(height); in NotificationStackScrollLayout()