Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowView.java73 private InteractionEventHandler mInteractionEventHandler;
163 protected void setInteractionEventHandler(InteractionEventHandler listener) { in setInteractionEventHandler()
335 interface InteractionEventHandler { interface in NotificationShadeWindowView
DNotificationShadeWindowViewController.java203 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar()