Searched refs:onHeightChanged (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListContainer.java132 void onHeightChanged(ExpandableView view, boolean animate); method in interface:NotificationListContainer
H A DNotificationGuts.java108 public void onHeightChanged(NotificationGuts guts); method in interface:NotificationGuts.OnHeightChangedListener
360 protected void onHeightChanged() { method in class:NotificationGuts
362 mHeightListener.onHeightChanged(this);
H A DNotificationGutsManager.java164 mListContainer.onHeightChanged(
204 mListContainer.onHeightChanged(row, row.isShown() /* needsAnimation */);
397 mListContainer.onHeightChanged(row, true /* needsAnimation */);
H A DExpandableView.java292 mOnHeightChangedListener.onHeightChanged(this, needsAnimation);
572 void onHeightChanged(ExpandableView view, boolean needsAnimation); method in interface:ExpandableView.OnHeightChangedListener
H A DNotificationSnooze.java298 mGutsContainer.onHeightChanged();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java248 public void onHeightChanged(ExpandableView view, boolean animate) {} method in class:NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java644 mOnHeightChangedListener.onHeightChanged(view, needsAnimation);
3704 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { method in class:NotificationStackScrollLayout
4237 onHeightChanged(changedRow, false /* needsAnimation */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1912 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { method in class:NotificationPanelView

Completed in 130 milliseconds