Searched refs:interactionHandler (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
D | TouchHandlingView.kt | 74 private val interactionHandler: TouchHandlingViewInteractionHandler by lazy { in <lambda>() constant 101 get() = interactionHandler.longPressDuration in <lambda>() 103 interactionHandler.longPressDuration = longPressDuration in <lambda>() 107 interactionHandler.isLongPressHandlingEnabled = isEnabled in <lambda>() 111 interactionHandler.isDoubleTapHandlingEnabled = isEnabled in <lambda>() 120 return interactionHandler.onTouchEvent(event) in <lambda>() 132 interactionHandler.isLongPressHandlingEnabled && in <lambda>() 145 interactionHandler.isLongPressHandlingEnabled && in <lambda>()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteCollectionItemsAdapter.java | 49 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter() argument 59 mInteractionHandler = interactionHandler; in RemoteCollectionItemsAdapter() 73 @NonNull InteractionHandler interactionHandler, in setData() argument 82 mInteractionHandler = interactionHandler; in setData()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | CommunalAppWidgetHostView.kt | 38 private val interactionHandler: RemoteViews.InteractionHandler, constant 39 ) : AppWidgetHostView(context, interactionHandler), LaunchableView { 140 interactionHandler.onInteraction(view, intent, RemoteResponse.fromPendingIntent(intent)) in setShouldBlockVisibilityChanges()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalContent.kt | 56 private val interactionHandler: SmartspaceInteractionHandler, in <lambda>() constant in com.android.systemui.communal.ui.compose.CommunalContent 84 interactionHandler = interactionHandler, in <lambda>()
|
D | CommunalHub.kt | 221 interactionHandler: RemoteViews.InteractionHandler? = null, in <lambda>() 445 interactionHandler = interactionHandler, in <lambda>() 857 interactionHandler: RemoteViews.InteractionHandler?, in CommunalHubLazyGrid() 1010 interactionHandler = interactionHandler, in CommunalHubLazyGrid() 1044 interactionHandler = interactionHandler, in CommunalHubLazyGrid() 1295 interactionHandler: RemoteViews.InteractionHandler?, in CommunalContent() 1320 is CommunalContentModel.Smartspace -> SmartspaceContent(interactionHandler, model, modifier) in CommunalContent() 1709 interactionHandler: RemoteViews.InteractionHandler?, in SmartspaceContent() 1717 interactionHandler?.let { setInteractionHandler(it) } in SmartspaceContent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/view/layout/sections/ |
D | CommunalAppWidgetSection.kt | 48 private val interactionHandler: WidgetInteractionHandler, in <lambda>() constant in com.android.systemui.communal.ui.view.layout.sections.CommunalAppWidgetSection 90 CommunalAppWidgetHostView(context, interactionHandler).apply { in <lambda>()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 394 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler() argument 395 mInteractionHandler = interactionHandler; in setInteractionHandler()
|