Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1267 bubble.setShouldAutoExpand(true); in promoteBubbleFromOverflow()
1458 b.setShouldAutoExpand(true); in showOrHideAppBubble()
1641 bubble.setShouldAutoExpand(false); in updateBubble()
DBubble.java968 public void setShouldAutoExpand(boolean shouldAutoExpand) { in setShouldAutoExpand() method in Bubble
DBubbleData.java477 bubble.setShouldAutoExpand(false); in notificationEntryUpdated()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java455 mBubbleA1.setShouldAutoExpand(true); in test_shouldShowEducation_shouldAutoExpand()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1702 b.setShouldAutoExpand(false); in testSetShouldAutoExpand_notifiesFlagChanged()
1708 b.setShouldAutoExpand(true); in testSetShouldAutoExpand_notifiesFlagChanged()