Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowView.java100 protected void setInteractionEventHandler(InteractionEventHandler listener) { in setInteractionEventHandler() method in NotificationShadeWindowView
H A DNotificationShadeWindowViewController.java256 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewTest.kt265 verify(underTest).setInteractionEventHandler(interactionEventHandlerCaptor.capture())
H A DNotificationShadeWindowViewControllerTest.kt202 verify(view).setInteractionEventHandler(interactionEventHandlerCaptor.capture())