Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java211 mStackScroller.addOnExpandedHeightChangedListener((height, appear) -> { in testSetExpandedHeight_listenerReceivedCallbacks()
254 mStackScroller.addOnExpandedHeightChangedListener((expandedHeight, appear) -> { in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java178 mStackScrollerController.addOnExpandedHeightChangedListener(mSetExpandedHeight); in onViewAttached()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java779 mView.addOnExpandedHeightChangedListener(mNotificationRoundnessManager::setExpanded); in attach()
840 public void addOnExpandedHeightChangedListener(BiConsumer<Float, Float> listener) { in addOnExpandedHeightChangedListener() method in NotificationStackScrollLayoutController
841 mView.addOnExpandedHeightChangedListener(listener); in addOnExpandedHeightChangedListener()
H A DNotificationStackScrollLayout.java5015 public void addOnExpandedHeightChangedListener(BiConsumer<Float, Float> listener) { in addOnExpandedHeightChangedListener() method