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.java122 private final ArrayMap<View, Runnable> mOnContentViewInactiveListeners = new ArrayMap<>(); field in NotificationContentView
556 for (Runnable r : mOnContentViewInactiveListeners.values()) { in onVisibilityChanged()
559 mOnContentViewInactiveListeners.clear(); in onVisibilityChanged()
1191 mOnContentViewInactiveListeners.clear(); in onNotificationUpdated()
1721 mOnContentViewInactiveListeners.put(view, listener);
1754 Runnable listener = mOnContentViewInactiveListeners.remove(child);