Home
last modified time | relevance | path

Searched refs:setInteractionEventHandler (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewTest.java201 verify(mView).setInteractionEventHandler(mInteractionEventHandlerCaptor.capture()); in captureInteractionEventHandler()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowView.java168 protected void setInteractionEventHandler(InteractionEventHandler listener) { in setInteractionEventHandler() method in NotificationShadeWindowView
H A DNotificationShadeWindowViewController.java226 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar()