Home
last modified time | relevance | path

Searched refs:OnHeightChangedListener (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java58 private OnHeightChangedListener mHeightListener;
149 public interface OnHeightChangedListener { interface in NotificationGuts
389 public void setHeightChangedListener(OnHeightChangedListener listener) { in setHeightChangedListener()
DExpandableView.java63 protected OnHeightChangedListener mOnHeightChangedListener;
342 public void setOnHeightChangedListener(OnHeightChangedListener listener) { in setOnHeightChangedListener()
908 public interface OnHeightChangedListener { interface in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java37 ExpandableView.OnHeightChangedListener,
DNotificationStackScrollLayout.java262 private ExpandableView.OnHeightChangedListener mOnHeightChangedListener;
574 private final ExpandableView.OnHeightChangedListener mOnChildHeightChangedListener =
575 new ExpandableView.OnHeightChangedListener() {
4276 ExpandableView.OnHeightChangedListener onHeightChangedListener) { in setOnHeightChangedListener()
DNotificationStackScrollLayoutController.java1043 ExpandableView.OnHeightChangedListener listener) { in setOnHeightChangedListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java70 import com.android.systemui.statusbar.notification.row.ExpandableView.OnHeightChangedListener;
199 OnHeightChangedListener listener = mock(OnHeightChangedListener.class); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
222 OnHeightChangedListener listener = mock(OnHeightChangedListener.class); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
249 OnHeightChangedListener listener = mock(OnHeightChangedListener.class); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java67 import com.android.systemui.statusbar.notification.row.ExpandableView.OnHeightChangedListener;
114 ArgumentCaptor<OnHeightChangedListener> captor = in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
115 ArgumentCaptor.forClass(OnHeightChangedListener.class); in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
118 OnHeightChangedListener listener = captor.getValue(); in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
130 ArgumentCaptor<OnHeightChangedListener> captor = in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
131 ArgumentCaptor.forClass(OnHeightChangedListener.class); in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
134 OnHeightChangedListener listener = captor.getValue(); in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java952 ExpandableView.OnHeightChangedListener listener = in testSetMaxDisplayedNotifications_notifiesListeners()
953 mock(ExpandableView.OnHeightChangedListener.class); in testSetMaxDisplayedNotifications_notifiesListeners()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4413 ExpandableView.OnHeightChangedListener {