Home
last modified time | relevance | path

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

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