Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteCollectionItemsAdapter.java41 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/
DAppWidgetHost.java78 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()
DAppWidgetHostView.java103 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/
DNotificationRemoteInputManager.java122 private final InteractionHandler mInteractionHandler = new InteractionHandler() { field in NotificationRemoteInputManager
636 return mInteractionHandler; in getRemoteViewsOnClickHandler()