Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1749 mBubbleController.getSysuiProxy().onStackExpandChanged(shouldExpand); in setExpanded()
2594 mBubbleController.getSysuiProxy().onManageMenuExpandChanged(false /* show */); in showManageMenu()
2608 mBubbleController.getSysuiProxy().onManageMenuExpandChanged(show); in showManageMenu()
H A DBubbleController.java578 Bubbles.SysuiProxy getSysuiProxy() { in getSysuiProxy() method in BubbleController