Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java220 mStackScroller.addOnExpandedHeightChangedListener((height, appear) -> { in testSetExpandedHeight_blockingHelperManagerReceivedCallbacks()
239 mStackScroller.addOnExpandedHeightChangedListener((expandedHeight, appear) -> { in testSetExpandedHeight_withSplitShade_doesntInterpolateStackHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java132 mStackScrollerController.addOnExpandedHeightChangedListener(mSetExpandedHeight); in HeadsUpAppearanceController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java728 mView.addOnExpandedHeightChangedListener(mNotificationRoundnessManager::setExpanded); in attach()
789 public void addOnExpandedHeightChangedListener(BiConsumer<Float, Float> listener) { in addOnExpandedHeightChangedListener() method in NotificationStackScrollLayoutController
790 mView.addOnExpandedHeightChangedListener(listener); in addOnExpandedHeightChangedListener()
DNotificationStackScrollLayout.java4932 public void addOnExpandedHeightChangedListener(BiConsumer<Float, Float> listener) { in addOnExpandedHeightChangedListener() method