Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteCollectionItemsAdapter.java49 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter() argument
58 mInteractionHandler = interactionHandler; in RemoteCollectionItemsAdapter()
71 @NonNull InteractionHandler interactionHandler, in setData() argument
79 mInteractionHandler = interactionHandler; in setData()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
H A DLongPressHandlingView.kt58 private val interactionHandler: LongPressHandlingViewInteractionHandler by lazy {
84 interactionHandler.isLongPressHandlingEnabled = isEnabled
93 return interactionHandler.onTouchEvent(event?.toModel())
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java352 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler() argument
353 mInteractionHandler = interactionHandler; in setInteractionHandler()