Home
last modified time | relevance | path

Searched refs:mInteractionHandler (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteCollectionItemsAdapter.java42 private InteractionHandler mInteractionHandler; field in RemoteCollectionItemsAdapter
58 mInteractionHandler = interactionHandler; in RemoteCollectionItemsAdapter()
79 mInteractionHandler = interactionHandler; in setData()
189 mInteractionHandler, in getView() local
202 mInteractionHandler, in getView()
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java74 private InteractionHandler mInteractionHandler; field in AppWidgetHost
190 mInteractionHandler = handler; in AppWidgetHost()
353 mInteractionHandler = interactionHandler; in setInteractionHandler()
435 view.setInteractionHandler(mInteractionHandler); in createView()
448 return new AppWidgetHostView(context, mInteractionHandler); in onCreateView()
H A DAppWidgetHostView.java103 private InteractionHandler mInteractionHandler; field in AppWidgetHostView
128 mInteractionHandler = getHandler(handler); in AppWidgetHostView()
155 mInteractionHandler = getHandler(handler); in setInteractionHandler()
573 rvToApply.reapply(mContext, mView, mInteractionHandler, mCurrentSize, in applyRemoteViews()
587 content = rvToApply.apply(mContext, this, mInteractionHandler, in applyRemoteViews()
645 mInteractionHandler, in inflateAsync()
657 mInteractionHandler, in inflateAsync()
696 mInteractionHandler, in onError()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java114 private final InteractionHandler mInteractionHandler = new InteractionHandler() { field in NotificationRemoteInputManager
627 return mInteractionHandler; in getRemoteViewsOnClickHandler()