Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java134 private Runnable mExpandedVisibleListener; field in NotificationContentView
896 if (mExpandedVisibleListener != null && mExpandedChild != null && isShown() in fireExpandedVisibleListenerIfVisible()
898 Runnable listener = mExpandedVisibleListener; in fireExpandedVisibleListenerIfVisible()
899 mExpandedVisibleListener = null; in fireExpandedVisibleListenerIfVisible()
1851 mExpandedVisibleListener = r;