Home
last modified time | relevance | path

Searched refs:notifyHeightChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java89 notifyHeightChanged(false /* needsAnimation */); in setVisible()
98 notifyHeightChanged(false /* needsAnimation */); in setVisible()
147 notifyHeightChanged(false /* needsAnimation */); in onContentVisibilityAnimationEnd()
DExpandableNotificationRow.java357 notifyHeightChanged(/* needsAnimation= */ true);
785 notifyHeightChanged(/* needsAnimation= */ false);
833 notifyHeightChanged(/* needsAnimation= */ false);
1105 notifyHeightChanged(/* needsAnimation= */ false);
2637 notifyHeightChanged(/* needsAnimation= */ true);
2649 notifyHeightChanged(/* needsAnimation= */ false);
2687 notifyHeightChanged(/* needsAnimation= */ false);
2706 notifyHeightChanged(/* needsAnimation= */ false);
2857 notifyHeightChanged(/* needsAnimation= */ true);
2889 public void notifyHeightChanged(boolean needsAnimation) {
[all …]
DExpandableView.java221 notifyHeightChanged(false /* needsAnimation */); in setActualHeight()
353 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java717 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in NotificationEntry
718 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt598 notifyHeightChanged( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1555 entry.notifyHeightChanged(true /* needsAnimation */); in createDelegate()