Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java117 mStackScroller.addOnExpandedHeightListener(mSetExpandedHeight); in HeadsUpAppearanceController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java566 addOnExpandedHeightListener(mRoundnessManager::setExpanded); in NotificationStackScrollLayout()
574 addOnExpandedHeightListener((height, unused) -> { in NotificationStackScrollLayout() method
5449 public void addOnExpandedHeightListener(BiConsumer<Float, Float> listener) {