Searched defs:notifyHeightChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java129 notifyHeightChanged(false /* needsAnimation */);
271 public void notifyHeightChanged(boolean needsAnimation) { method in class:ExpandableView
H A DExpandableNotificationRow.java220 notifyHeightChanged(true);
476 notifyHeightChanged(false /* needsAnimation */);
665 notifyHeightChanged(false /* needsAnimation */);
1558 notifyHeightChanged(true /* needsAnimation */);
1605 notifyHeightChanged(false /* needsAnimation */);
1626 notifyHeightChanged(false /* needsAnimation */);
1786 notifyHeightChanged(true /* needsAnimation */);
1791 public void notifyHeightChanged(boolean needsAnimation) { method in class:ExpandableNotificationRow
1792 super.notifyHeightChanged(needsAnimation);
1899 notifyHeightChanged(fals
[all...]

Completed in 1144 milliseconds