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.java117 private final ArrayMap<View, Runnable> mOnContentViewInactiveListeners = new ArrayMap<>(); field in NotificationContentView
500 for (Runnable r : mOnContentViewInactiveListeners.values()) { in onVisibilityChanged()
503 mOnContentViewInactiveListeners.clear(); in onVisibilityChanged()
1101 mOnContentViewInactiveListeners.clear(); in onNotificationUpdated()
1633 mOnContentViewInactiveListeners.put(view, listener);
1666 Runnable listener = mOnContentViewInactiveListeners.remove(child);