Searched refs:interactionHandler (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
D | LongPressHandlingView.kt | 66 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/ |
D | RemoteCollectionItemsAdapter.java | 48 @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/ |
D | CommunalContent.kt | 41 private val interactionHandler: SmartspaceInteractionHandler, in <lambda>() constant in com.android.systemui.communal.ui.compose.CommunalContent 57 interactionHandler = interactionHandler, in <lambda>()
|
D | CommunalScene.kt | 44 private val interactionHandler: WidgetInteractionHandler, constant in com.android.systemui.communal.ui.compose.CommunalScene 58 CommunalHub(modifier, viewModel, interactionHandler, dialogFactory) in Content()
|
D | CommunalHub.kt | 161 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/ |
D | CommunalWidgetModule.kt | 55 interactionHandler: WidgetInteractionHandler, in provideCommunalAppWidgetHost() 63 interactionHandler, in provideCommunalAppWidgetHost()
|
D | CommunalAppWidgetHost.kt | 39 interactionHandler: RemoteViews.InteractionHandler, in <lambda>() 42 ) : AppWidgetHost(context, hostId, interactionHandler, looper) { in <lambda>()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 369 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/ |
D | CommunalAppWidgetHostTest.kt | 64 interactionHandler = mock(), in setUp()
|