Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStackScrollerDecorView.java46 notifyHeightChanged(false /* needsAnimation */);
116 notifyHeightChanged(false /* needsAnimation */); in setVisible()
125 notifyHeightChanged(false /* needsAnimation */); in setVisible()
DExpandableView.java132 notifyHeightChanged(false /* needsAnimation */); in setActualHeight()
290 public void notifyHeightChanged(boolean needsAnimation) { in notifyHeightChanged() method in ExpandableView
DExpandableNotificationRow.java257 notifyHeightChanged(true);
594 notifyHeightChanged(false /* needsAnimation */);
639 notifyHeightChanged(false /* needsAnimation */);
831 notifyHeightChanged(false /* needsAnimation */);
2012 notifyHeightChanged(true /* needsAnimation */);
2059 notifyHeightChanged(false /* needsAnimation */);
2080 notifyHeightChanged(false /* needsAnimation */);
2239 notifyHeightChanged(true /* needsAnimation */);
2265 public void notifyHeightChanged(boolean needsAnimation) {
2266 super.notifyHeightChanged(needsAnimation);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2877 entry.row.notifyHeightChanged(true /* needsAnimation */); in addStatusBarWindow()
3552 mDraggedDownRow.notifyHeightChanged(false /* needsAnimation */); in showKeyguardImpl()