Home
last modified time | relevance | path

Searched defs:addOnExpandedHeightChangedListener (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java859 public void addOnExpandedHeightChangedListener(BiConsumer<Float, Float> listener) { in addOnExpandedHeightChangedListener() method in NotificationStackScrollLayoutController
H A DNotificationStackScrollLayout.java5202 public void addOnExpandedHeightChangedListener(BiConsumer<Float, Float> listener) { in addOnExpandedHeightChangedListener() method