Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java114 public void onHeightChanged(NotificationGuts guts); in onHeightChanged() method
369 protected void onHeightChanged() { in onHeightChanged() method in NotificationGuts
371 mHeightListener.onHeightChanged(this); in onHeightChanged()
DNotificationGutsManager.java198 mListContainer.onHeightChanged( in bindGuts()
246 mListContainer.onHeightChanged(row, row.isShown() /* needsAnimation */); in initializeSnoozeView()
473 mListContainer.onHeightChanged(row, true /* needsAnimation */); in openGutsInternal()
DExpandableView.java302 mOnHeightChangedListener.onHeightChanged(this, needsAnimation); in notifyHeightChanged()
637 void onHeightChanged(ExpandableView view, boolean needsAnimation); in onHeightChanged() method
DNotificationSnooze.java302 mGutsContainer.onHeightChanged(); in showSnoozeOptions()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java339 public void onHeightChanged(ExpandableView view, boolean animate) {} in onHeightChanged() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java989 mOnHeightChangedListener.onHeightChanged(view, needsAnimation);
4411 public void onHeightChanged(ExpandableView view, boolean needsAnimation) {
6441 onHeightChanged(changedRow, false /* needsAnimation */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2157 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() method in NotificationPanelView