Home
last modified time | relevance | path

Searched defs:interactionHandler (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteCollectionItemsAdapter.java48 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter()
70 @NonNull InteractionHandler interactionHandler, in setData()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalScene.kt44 private val interactionHandler: WidgetInteractionHandler, constant in com.android.systemui.communal.ui.compose.CommunalScene
DCommunalContent.kt41 private val interactionHandler: SmartspaceInteractionHandler, in <lambda>() constant in com.android.systemui.communal.ui.compose.CommunalContent
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DLongPressHandlingView.kt66 private val interactionHandler: LongPressHandlingViewInteractionHandler by lazy { in <lambda>() constant
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java369 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler()