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.java46 notifyHeightChanged(false /* needsAnimation */);
116 notifyHeightChanged(false /* needsAnimation */); in setVisible()
125 notifyHeightChanged(false /* needsAnimation */); in setVisible()
DExpandableView.java141 notifyHeightChanged(false /* needsAnimation */); in setActualHeight()
284 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in ExpandableView
DExpandableNotificationRow.java285 notifyHeightChanged(true);
705 notifyHeightChanged(false /* needsAnimation */);
765 notifyHeightChanged(false /* needsAnimation */);
960 notifyHeightChanged(false /* needsAnimation */);
2226 notifyHeightChanged(true /* needsAnimation */);
2238 notifyHeightChanged(false /* needsAnimation */);
2276 notifyHeightChanged(false /* needsAnimation */);
2297 notifyHeightChanged(false /* needsAnimation */);
2458 notifyHeightChanged(true /* needsAnimation */);
2484 public void notifyHeightChanged(boolean needsAnimation) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java637 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in NotificationEntry
638 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3121 mDraggedDownEntry.notifyHeightChanged(false /* needsAnimation */); in showKeyguardImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java727 entry.notifyHeightChanged(true /* needsAnimation */); in createDelegate()