Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java143 private final ArrayMap<View, Runnable> mOnContentViewInactiveListeners = new ArrayMap<>(); field in NotificationContentView
404 mOnContentViewInactiveListeners.remove(mContractedChild); in setContractedChild()
456 mOnContentViewInactiveListeners.remove(mExpandedChild); in setExpandedChild()
506 mOnContentViewInactiveListeners.remove(mHeadsUpChild); in setHeadsUpChild()
545 if (visibility != VISIBLE && !mOnContentViewInactiveListeners.isEmpty()) { in onVisibilityChanged()
549 mOnContentViewInactiveListeners.values()); in onVisibilityChanged()
553 mOnContentViewInactiveListeners.clear(); in onVisibilityChanged()
1868 mOnContentViewInactiveListeners.put(view, listener);
1884 mOnContentViewInactiveListeners.remove(view);
1917 Runnable listener = mOnContentViewInactiveListeners.remove(child);