Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java471 private ArrayList<BiConsumer<Float, Float>> mExpandedHeightListeners = new ArrayList<>(); field in NotificationStackScrollLayout
1370 for (int i = 0; i < mExpandedHeightListeners.size(); i++) {
1371 BiConsumer<Float, Float> listener = mExpandedHeightListeners.get(i);
5435 mExpandedHeightListeners.add(listener);
5443 mExpandedHeightListeners.remove(listener);