Home
last modified time | relevance | path

Searched refs:mHeightListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java60 private OnHeightChangedListener mHeightListener; field in NotificationGuts
422 mHeightListener = listener; in setHeightChangedListener()
426 if (mHeightListener != null) { in onHeightChanged()
427 mHeightListener.onHeightChanged(this); in onHeightChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java162 private final HeightListener mHeightListener = new HeightListener(); field in NotificationPanelViewController
2814 mQs.setPanelView(mHeightListener);
2826 mHeightListener.onQsHeightChanged();