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
252 verify(mBlockingHelperManager).setNotificationShadeExpanded(0f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()256 verify(mBlockingHelperManager).setNotificationShadeExpanded(100f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
577 blockingHelperManager.setNotificationShadeExpanded(height); in NotificationStackScrollLayout()