Searched defs:interactionHandler (Results 1 – 6 of 6) sorted by relevance
49 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter()73 @NonNull InteractionHandler interactionHandler, in setData()
38 private val interactionHandler: RemoteViews.InteractionHandler, constant
74 private val interactionHandler: TouchHandlingViewInteractionHandler by lazy { in <lambda>() constant
48 private val interactionHandler: WidgetInteractionHandler, in <lambda>() constant in com.android.systemui.communal.ui.view.layout.sections.CommunalAppWidgetSection
56 private val interactionHandler: SmartspaceInteractionHandler, in <lambda>() constant in com.android.systemui.communal.ui.compose.CommunalContent
394 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler()