Searched refs:InteractionHandler (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteCollectionItemsAdapter.java | 25 import android.widget.RemoteViews.InteractionHandler; 42 private InteractionHandler mInteractionHandler; 49 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter() 71 @NonNull InteractionHandler interactionHandler, in setData()
|
D | RemoteViews.java | 397 private static final InteractionHandler DEFAULT_INTERACTION_HANDLER = 543 public interface InteractionHandler { interface in RemoteViews 567 public abstract void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() 599 InteractionHandler handler, ColorResources colorResources) { in initActionAsync() 642 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, 770 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() 806 public void apply(View root, ViewGroup rootParent, final InteractionHandler handler, in apply() 882 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() 950 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() 1020 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() [all …]
|
D | RemoteViewsAdapter.java | 50 import android.widget.RemoteViews.InteractionHandler; 110 private InteractionHandler mRemoteViewsInteractionHandler; 389 public void onRemoteViewsLoaded(RemoteViews view, InteractionHandler handler, in onRemoteViewsLoaded() 906 public void setRemoteViewsInteractionHandler(InteractionHandler handler) { in setRemoteViewsInteractionHandler()
|
D | AdapterViewAnimator.java | 32 import android.widget.RemoteViews.InteractionHandler; 1019 public void setRemoteViewsOnClickHandler(InteractionHandler handler) { in setRemoteViewsOnClickHandler()
|
D | AbsListView.java | 88 import android.widget.RemoteViews.InteractionHandler; 6499 public void setRemoteViewsInteractionHandler(InteractionHandler handler) { in setRemoteViewsInteractionHandler()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 40 import android.widget.RemoteViews.InteractionHandler; 74 private InteractionHandler mInteractionHandler; 178 public AppWidgetHost(Context context, int hostId, InteractionHandler handler, Looper looper) { in AppWidgetHost() 327 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler()
|
D | AppWidgetHostView.java | 55 import android.widget.RemoteViews.InteractionHandler; 100 private InteractionHandler mInteractionHandler; 124 public AppWidgetHostView(Context context, InteractionHandler handler) { in AppWidgetHostView() 152 public void setInteractionHandler(InteractionHandler handler) { in setInteractionHandler() 870 private InteractionHandler getHandler(InteractionHandler handler) { in getHandler()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 331 RemoteViews.InteractionHandler remoteViewClickHandler, in apply() 456 RemoteViews.InteractionHandler remoteViewClickHandler, in applyRemoteView() 726 private RemoteViews.InteractionHandler mRemoteViewClickHandler; 744 RemoteViews.InteractionHandler remoteViewClickHandler, in AsyncInflationTask()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 137 private final RemoteViews.InteractionHandler 138 mInteractionHandler = new RemoteViews.InteractionHandler() { 707 public RemoteViews.InteractionHandler getRemoteViewsOnClickHandler() { in getRemoteViewsOnClickHandler()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | FillUi.java | 206 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in FillUi() 261 RemoteViews.InteractionHandler interactionBlocker = null; in FillUi() 403 private RemoteViews.InteractionHandler newInteractionBlocker() { in newInteractionBlocker()
|
D | SaveUi.java | 391 final RemoteViews.InteractionHandler handler = in applyCustomDescription()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 403 OnViewAppliedListener listener, InteractionHandler handler) { in applyAsync()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 32143 Landroid/widget/RemoteViews$InteractionHandler;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 41807 Landroid/widget/RemoteViews$InteractionHandler;
|
/frameworks/base/services/ |
D | art-profile | 12573 …/server/autofill/ui/FillUi;->newInteractionBlocker()Landroid/widget/RemoteViews$InteractionHandler;
|