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 */);
131 notifyHeightChanged(false /* needsAnimation */); in setVisible()
140 notifyHeightChanged(false /* needsAnimation */); in setVisible()
DExpandableNotificationRow.java297 notifyHeightChanged(true);
711 notifyHeightChanged(false /* needsAnimation */);
763 notifyHeightChanged(false /* needsAnimation */);
976 notifyHeightChanged(false /* needsAnimation */);
2218 notifyHeightChanged(true /* needsAnimation */);
2230 notifyHeightChanged(false /* needsAnimation */);
2268 notifyHeightChanged(false /* needsAnimation */);
2289 notifyHeightChanged(false /* needsAnimation */);
2454 notifyHeightChanged(true /* needsAnimation */);
2485 public void notifyHeightChanged(boolean needsAnimation) {
[all …]
DExpandableView.java191 notifyHeightChanged(false /* needsAnimation */); in setActualHeight()
334 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java706 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in NotificationEntry
707 if (row != null) row.notifyHeightChanged(needsAnimation); in notifyHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3197 mDraggedDownEntry.notifyHeightChanged(false /* needsAnimation */); in showKeyguardImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java811 entry.notifyHeightChanged(true /* needsAnimation */); in createDelegate()