Searched refs:mInteractionHandler (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteCollectionItemsAdapter.java | 41 private InteractionHandler mInteractionHandler; field in RemoteCollectionItemsAdapter 57 mInteractionHandler = interactionHandler; in RemoteCollectionItemsAdapter() 78 mInteractionHandler = interactionHandler; in setData() 185 newView.setInteractionHandler(mInteractionHandler); in getView()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 78 private InteractionHandler mInteractionHandler; field in AppWidgetHost 207 mInteractionHandler = handler; in AppWidgetHost() 370 mInteractionHandler = interactionHandler; in setInteractionHandler() 452 view.setInteractionHandler(mInteractionHandler); in createView() 465 return new AppWidgetHostView(context, mInteractionHandler); in onCreateView()
|
D | AppWidgetHostView.java | 103 private InteractionHandler mInteractionHandler; field in AppWidgetHostView 128 mInteractionHandler = getHandler(handler); in AppWidgetHostView() 155 mInteractionHandler = getHandler(handler); in setInteractionHandler() 589 rvToApply.reapply(mContext, mView, mInteractionHandler, mCurrentSize, in applyRemoteViews() 603 content = rvToApply.apply(mContext, this, mInteractionHandler, in applyRemoteViews() 661 mInteractionHandler, in inflateAsync() 673 mInteractionHandler, in inflateAsync() 712 mInteractionHandler, in onError()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 122 private final InteractionHandler mInteractionHandler = new InteractionHandler() { field in NotificationRemoteInputManager 636 return mInteractionHandler; in getRemoteViewsOnClickHandler()
|