Searched refs:interactionHandler (Results 1 – 3 of 3) sorted by relevance
49 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter() argument58 mInteractionHandler = interactionHandler; in RemoteCollectionItemsAdapter()71 @NonNull InteractionHandler interactionHandler, in setData() argument79 mInteractionHandler = interactionHandler; in setData()
58 private val interactionHandler: LongPressHandlingViewInteractionHandler by lazy {84 interactionHandler.isLongPressHandlingEnabled = isEnabled93 return interactionHandler.onTouchEvent(event?.toModel())
352 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler() argument353 mInteractionHandler = interactionHandler; in setInteractionHandler()