Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java53 private NotificationRoundnessManager mRoundnessManager; field in NotificationRoundnessManagerTest
64 mRoundnessManager = new NotificationRoundnessManager(mAmbientPulseManager); in setUp()
69 -> mRoundnessManager.onHeadsupAnimatingAwayChanged(mFirst, animatingAway)); in setUp()
72 -> mRoundnessManager.onHeadsupAnimatingAwayChanged(mSecond, animatingAway)); in setUp()
73 mRoundnessManager.setOnRoundingChangedCallback(mRoundnessCallback); in setUp()
74 mRoundnessManager.setAnimatedChildren(mAnimatedChildren); in setUp()
75 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in setUp()
79 mRoundnessManager.setExpanded(1.0f, 1.0f); in setUp()
85 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondChanged()
94 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenFirstChanged()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java341 private final NotificationRoundnessManager mRoundnessManager; field in NotificationStackScrollLayout
547 mRoundnessManager = notificationRoundnessManager; in NotificationStackScrollLayout()
564 mRoundnessManager.setAnimatedChildren(mChildrenToAddAnimated); in NotificationStackScrollLayout()
565 mRoundnessManager.setOnRoundingChangedCallback(this::invalidate); in NotificationStackScrollLayout()
566 addOnExpandedHeightListener(mRoundnessManager::setExpanded); in NotificationStackScrollLayout()
3174 mRoundnessManager.updateRoundedChildren(mSections);
3257 mRoundnessManager.onHeadsupAnimatingAwayChanged(row, animatingAway);
5093 mHeadsUpManager.addListener(mRoundnessManager);
5131 mRoundnessManager.setTrackingHeadsUp(row);