Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java124 public void onHeightChanged(NotificationGuts guts); in onHeightChanged() method
301 protected void onHeightChanged() { in onHeightChanged() method in NotificationGuts
303 mHeightListener.onHeightChanged(this); in onHeightChanged()
DExpandableView.java273 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
533 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() method
DNotificationSnooze.java314 mGutsContainer.onHeightChanged(); in showSnoozeOptions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java545 mOnHeightChangedListener.onHeightChanged(view, false /* needsAnimation */); in notifyHeightChangeListener()
3463 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() method in NotificationStackScrollLayout
4027 onHeightChanged(changedRow, false /* needsAnimation */); in onGroupExpansionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1848 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() method in NotificationPanelView
DStatusBar.java6434 mStackScroller.onHeightChanged(row, !isPanelFullyCollapsed() /* needsAnimation */); in bindGuts()
6454 mStackScroller.onHeightChanged(row, row.isShown() /* needsAnimation */); in bindGuts()
6615 mStackScroller.onHeightChanged(row, true /* needsAnimation */); in getNotificationLongClicker()