Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java58 private OnHeightChangedListener mHeightListener;
149 public interface OnHeightChangedListener { interface in NotificationGuts
389 public void setHeightChangedListener(OnHeightChangedListener listener) { in setHeightChangedListener()
H A DExpandableView.java60 protected OnHeightChangedListener mOnHeightChangedListener;
345 public void setOnHeightChangedListener(OnHeightChangedListener listener) { in setOnHeightChangedListener()
878 public interface OnHeightChangedListener { interface in ExpandableView
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java68 import com.android.systemui.statusbar.notification.row.ExpandableView.OnHeightChangedListener;
204 OnHeightChangedListener listener = mock(OnHeightChangedListener.class); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
236 OnHeightChangedListener listener = mock(OnHeightChangedListener.class); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
272 OnHeightChangedListener listener = mock(OnHeightChangedListener.class); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java67 import com.android.systemui.statusbar.notification.row.ExpandableView.OnHeightChangedListener;
113 ArgumentCaptor<OnHeightChangedListener> captor = in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
114 ArgumentCaptor.forClass(OnHeightChangedListener.class); in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
117 OnHeightChangedListener listener = captor.getValue(); in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
129 ArgumentCaptor<OnHeightChangedListener> captor = in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
130 ArgumentCaptor.forClass(OnHeightChangedListener.class); in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
133 OnHeightChangedListener listener = captor.getValue(); in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java38 ExpandableView.OnHeightChangedListener,
H A DNotificationStackScrollLayout.java253 private ExpandableView.OnHeightChangedListener mOnHeightChangedListener;
572 private final ExpandableView.OnHeightChangedListener mOnChildHeightChangedListener =
573 new ExpandableView.OnHeightChangedListener() {
4219 ExpandableView.OnHeightChangedListener onHeightChangedListener) { in setOnHeightChangedListener()
H A DNotificationStackScrollLayoutController.java943 ExpandableView.OnHeightChangedListener listener) { in setOnHeightChangedListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4379 ExpandableView.OnHeightChangedListener {