Home
last modified time | relevance | path

Searched refs:interactionHandler (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DLongPressHandlingView.kt66 private val interactionHandler: LongPressHandlingViewInteractionHandler by lazy { in <lambda>() constant
93 get() = interactionHandler.longPressDuration in <lambda>()
95 interactionHandler.longPressDuration = longPressDuration in <lambda>()
99 interactionHandler.isLongPressHandlingEnabled = isEnabled in <lambda>()
108 return interactionHandler.onTouchEvent(event?.toModel()) in <lambda>()
/frameworks/base/core/java/android/widget/
DRemoteCollectionItemsAdapter.java48 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter() argument
57 mInteractionHandler = interactionHandler; in RemoteCollectionItemsAdapter()
70 @NonNull InteractionHandler interactionHandler, in setData() argument
78 mInteractionHandler = interactionHandler; in setData()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContent.kt41 private val interactionHandler: SmartspaceInteractionHandler, in <lambda>() constant in com.android.systemui.communal.ui.compose.CommunalContent
57 interactionHandler = interactionHandler, in <lambda>()
DCommunalScene.kt44 private val interactionHandler: WidgetInteractionHandler, constant in com.android.systemui.communal.ui.compose.CommunalScene
58 CommunalHub(modifier, viewModel, interactionHandler, dialogFactory) in Content()
DCommunalHub.kt161 interactionHandler: RemoteViews.InteractionHandler? = null, in <lambda>()
299 interactionHandler = interactionHandler, in <lambda>()
445 interactionHandler: RemoteViews.InteractionHandler?, in CommunalHubLazyGrid()
524 interactionHandler = interactionHandler, in CommunalHubLazyGrid()
536 interactionHandler = interactionHandler, in CommunalHubLazyGrid()
870 interactionHandler: RemoteViews.InteractionHandler?, in CommunalContent()
890 is CommunalContentModel.Smartspace -> SmartspaceContent(interactionHandler, model, modifier) in CommunalContent()
1203 interactionHandler: RemoteViews.InteractionHandler?, in SmartspaceContent()
1211 interactionHandler?.let { setInteractionHandler(it) } in SmartspaceContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DCommunalWidgetModule.kt55 interactionHandler: WidgetInteractionHandler, in provideCommunalAppWidgetHost()
63 interactionHandler, in provideCommunalAppWidgetHost()
DCommunalAppWidgetHost.kt39 interactionHandler: RemoteViews.InteractionHandler, in <lambda>()
42 ) : AppWidgetHost(context, hostId, interactionHandler, looper) { in <lambda>()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java369 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler() argument
370 mInteractionHandler = interactionHandler; in setInteractionHandler()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/widgets/
DCommunalAppWidgetHostTest.kt64 interactionHandler = mock(), in setUp()