Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java49 notifyHeightChanged(false /* needsAnimation */);
137 notifyHeightChanged(false /* needsAnimation */); in setVisible()
146 notifyHeightChanged(false /* needsAnimation */); in setVisible()
H A DExpandableNotificationRow.java346 notifyHeightChanged(true);
759 notifyHeightChanged(false /* needsAnimation */);
806 notifyHeightChanged(false /* needsAnimation */);
1048 notifyHeightChanged(false /* needsAnimation */);
2489 notifyHeightChanged(true /* needsAnimation */);
2501 notifyHeightChanged(false /* needsAnimation */);
2539 notifyHeightChanged(false /* needsAnimation */);
2766 notifyHeightChanged(true /* needsAnimation */);
2799 super.notifyHeightChanged(needsAnimation);
2810 notifyHeightChanged(needsAnimation);
[all …]
H A DExpandableView.java215 notifyHeightChanged(false /* needsAnimation */); in setActualHeight()
356 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in ExpandableView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java712 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in NotificationEntry
713 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt598 notifyHeightChanged(false /* needsAnimation */)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1408 entry.notifyHeightChanged(true /* needsAnimation */); in createDelegate()