Searched refs:mInteractionHandler (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteCollectionItemsAdapter.java | 42 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 D | AppWidgetHost.java | 74 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 D | AppWidgetHostView.java | 103 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 D | NotificationRemoteInputManager.java | 114 private final InteractionHandler mInteractionHandler = new InteractionHandler() { field in NotificationRemoteInputManager 627 return mInteractionHandler; in getRemoteViewsOnClickHandler()
|