Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt266 verify(underTest).setInteractionEventHandler(interactionEventHandlerCaptor.capture()) in captureInteractionEventHandler()
DNotificationShadeWindowViewControllerTest.kt239 verify(view).setInteractionEventHandler(interactionEventHandlerCaptor.capture()) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowView.java119 protected void setInteractionEventHandler(InteractionEventHandler listener) { in setInteractionEventHandler() method in NotificationShadeWindowView
DNotificationShadeWindowViewController.java308 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar()