Home
last modified time | relevance | path

Searched refs:bubbleCountSupplier (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DStackAnimationControllerTest.java307 IntSupplier bubbleCountSupplier, in TestableStackController() argument
309 super(floatingContentCoordinator, bubbleCountSupplier, onBubbleAnimatedOutAction); in TestableStackController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java264 IntSupplier bubbleCountSupplier, in StackAnimationController() argument
267 mBubbleCountSupplier = bubbleCountSupplier; in StackAnimationController()