Searched refs:setNotificationShadeExpanded (Results 1 – 4 of 4) sorted by relevance
159 verify(mBlockingHelperManager).setNotificationShadeExpanded(0f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()163 verify(mBlockingHelperManager).setNotificationShadeExpanded(100f); in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
84 mBlockingHelperManager.setNotificationShadeExpanded(1f); in setUp()178 mBlockingHelperManager.setNotificationShadeExpanded(0f); in testPerhapsShowBlockingHelper_notShownDueToShadeVisibility()
140 public void setNotificationShadeExpanded(float expandedHeight) { in setNotificationShadeExpanded() method in NotificationBlockingHelperManager
464 blockingHelperManager.setNotificationShadeExpanded(height); in NotificationStackScrollLayout()