Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java416 expandBubbleStack(entry); in expandBubbleStackOnMainThread()
418 mMainThreadHandler.post(() -> expandBubbleStack(entry)); in expandBubbleStackOnMainThread()
422 private void expandBubbleStack(NotificationEntry entry) { in expandBubbleStack() method in StatusBarNotificationActivityStarter