Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java423 expandBubbleStack(entry); in expandBubbleStackOnMainThread()
425 mMainThreadHandler.post(() -> expandBubbleStack(entry)); in expandBubbleStackOnMainThread()
429 private void expandBubbleStack(NotificationEntry entry) { in expandBubbleStack() method in StatusBarNotificationActivityStarter