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()
DExpandableNotificationRow.java300 notifyHeightChanged(true);
726 notifyHeightChanged(false /* needsAnimation */);
782 notifyHeightChanged(false /* needsAnimation */);
977 notifyHeightChanged(false /* needsAnimation */);
2248 notifyHeightChanged(true /* needsAnimation */);
2260 notifyHeightChanged(false /* needsAnimation */);
2298 notifyHeightChanged(false /* needsAnimation */);
2319 notifyHeightChanged(false /* needsAnimation */);
2482 notifyHeightChanged(true /* needsAnimation */);
2508 public void notifyHeightChanged(boolean needsAnimation) {
[all …]
DExpandableView.java142 notifyHeightChanged(false /* needsAnimation */); in setActualHeight()
300 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java707 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in NotificationEntry
708 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3002 mDraggedDownEntry.notifyHeightChanged(false /* needsAnimation */); in showKeyguardImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java715 entry.notifyHeightChanged(true /* needsAnimation */); in createDelegate()