Home
last modified time | relevance | path

Searched refs:HeightListener (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java24 import com.android.systemui.plugins.qs.QS.HeightListener;
33 @DependsOn(target = HeightListener.class)
42 void setPanelView(HeightListener notificationPanelView); in setPanelView()
118 @ProvidesInterface(version = HeightListener.VERSION)
119 interface HeightListener { interface
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DVersionInfoTest.java27 import com.android.systemui.plugins.qs.QS.HeightListener;
101 @Requires(target = HeightListener.class, version = HeightListener.VERSION)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java83 private HeightListener mPanelView;
291 public void setPanelView(HeightListener panelView) { in setPanelView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java223 private final HeightListener mHeightListener = new HeightListener();
4325 private class HeightListener implements QS.HeightListener { class in NotificationPanelViewController