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.java473 private ArrayList<BiConsumer<Float, Float>> mExpandedHeightListeners = new ArrayList<>(); field in NotificationStackScrollLayout
1331 for (int i = 0; i < mExpandedHeightListeners.size(); i++) {
1332 BiConsumer<Float, Float> listener = mExpandedHeightListeners.get(i);
5450 mExpandedHeightListeners.add(listener);
5458 mExpandedHeightListeners.remove(listener);