Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java240 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
451 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() method
DBaseStatusBar.java1215 mStackScroller.onHeightChanged(null, true /* needsAnimation */); in getNotificationLongClicker()
1250 mStackScroller.onHeightChanged(null, true /* needsAnimation */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java487 mOnHeightChangedListener.onHeightChanged(view, false /* needsAnimation */); in notifyHeightChangeListener()
3134 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() method in NotificationStackScrollLayout
3705 onHeightChanged(changedRow, false /* needsAnimation */); in onGroupExpansionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1726 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() method in NotificationPanelView