Home
last modified time | relevance | path

Searched refs:setShouldAutoExpand (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1083 bubble.setShouldAutoExpand(true); in promoteBubbleFromOverflow()
1251 b.setShouldAutoExpand(true); in showOrHideAppBubble()
1408 bubble.setShouldAutoExpand(false); in updateBubble()
H A DBubble.java922 public void setShouldAutoExpand(boolean shouldAutoExpand) { in setShouldAutoExpand() method in Bubble
H A DBubbleData.java448 bubble.setShouldAutoExpand(false); in notificationEntryUpdated()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1556 b.setShouldAutoExpand(false); in testSetShouldAutoExpand_notifiesFlagChanged()
1562 b.setShouldAutoExpand(true); in testSetShouldAutoExpand_notifiesFlagChanged()