Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java151 private final ArrayMap<View, Runnable> mOnContentViewInactiveListeners = new ArrayMap<>(); field in NotificationContentView
420 mOnContentViewInactiveListeners.remove(mContractedChild); in setContractedChild()
474 mOnContentViewInactiveListeners.remove(mExpandedChild); in setExpandedChild()
526 mOnContentViewInactiveListeners.remove(mHeadsUpChild); in setHeadsUpChild()
564 mOnContentViewInactiveListeners.remove(mSingleLineView); in setSingleLineView()
589 if (visibility != VISIBLE && !mOnContentViewInactiveListeners.isEmpty()) { in onVisibilityChanged()
593 mOnContentViewInactiveListeners.values()); in onVisibilityChanged()
597 mOnContentViewInactiveListeners.clear(); in onVisibilityChanged()
1977 mOnContentViewInactiveListeners.put(view, listener);
1993 mOnContentViewInactiveListeners.remove(view);
[all …]