Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java351 mBubbleData.setMaxOverflowBubbles(1); in testOverflow_maxReached_bubbleRemoved()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java1226 public void setMaxOverflowBubbles(int maxOverflowBubbles) { in setMaxOverflowBubbles() method in BubbleData