/aosp14/frameworks/base/core/java/android/widget/ |
H A 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()
|
H A 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()
|
H A D | RemoteViews.java | 439 private static final InteractionHandler DEFAULT_INTERACTION_HANDLER = 620 public interface InteractionHandler { interface in RemoteViews 5815 @Nullable InteractionHandler handler, @Nullable SizeF size) { 5822 @Nullable InteractionHandler handler, @StyleRes int applyThemeResId) { 5829 public View apply(Context context, ViewGroup parent, InteractionHandler handler, 5948 OnViewAppliedListener listener, InteractionHandler handler, SizeF size, 6094 public void reapply(Context context, View v, InteractionHandler handler) { 6198 OnViewAppliedListener listener, InteractionHandler handler) { 6204 OnViewAppliedListener listener, InteractionHandler handler, SizeF size, 6289 public InteractionHandler handler; [all …]
|
H A D | AdapterViewAnimator.java | 32 import android.widget.RemoteViews.InteractionHandler; 1024 public void setRemoteViewsOnClickHandler(InteractionHandler handler) { in setRemoteViewsOnClickHandler()
|
H A D | AbsListView.java | 94 import android.widget.RemoteViews.InteractionHandler; 6692 public void setRemoteViewsInteractionHandler(InteractionHandler handler) { in setRemoteViewsInteractionHandler()
|
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHost.java | 40 import android.widget.RemoteViews.InteractionHandler; 74 private InteractionHandler mInteractionHandler; 187 public AppWidgetHost(Context context, int hostId, InteractionHandler handler, Looper looper) { in AppWidgetHost() 352 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler()
|
H A D | AppWidgetHostView.java | 57 import android.widget.RemoteViews.InteractionHandler; 103 private InteractionHandler mInteractionHandler; 126 public AppWidgetHostView(Context context, InteractionHandler handler) { in AppWidgetHostView() 154 public void setInteractionHandler(InteractionHandler handler) { in setInteractionHandler() 892 private InteractionHandler getHandler(InteractionHandler handler) { in getHandler()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 42 import android.widget.RemoteViews.InteractionHandler; 114 private final InteractionHandler mInteractionHandler = new InteractionHandler() { 626 public RemoteViews.InteractionHandler getRemoteViewsOnClickHandler() { in getRemoteViewsOnClickHandler()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | DialogFillUi.java | 219 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in setHeader() 259 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in initialAuthenticationLayout() 283 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in createDatasetItems()
|
H A D | FillUi.java | 215 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in FillUi() 273 RemoteViews.InteractionHandler interactionBlocker = null; in FillUi() 416 private RemoteViews.InteractionHandler newInteractionBlocker() { in newInteractionBlocker()
|
H A D | SaveUi.java | 398 final RemoteViews.InteractionHandler handler = in applyCustomDescription()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflater.java | 381 RemoteViews.InteractionHandler remoteViewClickHandler, in apply() 518 RemoteViews.InteractionHandler remoteViewClickHandler, in applyRemoteView() 860 private RemoteViews.InteractionHandler mRemoteViewClickHandler; 880 RemoteViews.InteractionHandler remoteViewClickHandler, in AsyncInflationTask()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflaterTest.java | 441 OnViewAppliedListener listener, InteractionHandler handler) { in applyAsync()
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 9708 android.widget.RemoteViews$InteractionHandler
|
H A D | boot-image-profile.txt | 32507 Landroid/widget/RemoteViews$InteractionHandler;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 9739 android.widget.RemoteViews$InteractionHandler
|
H A D | boot-image-profile.txt | 42641 Landroid/widget/RemoteViews$InteractionHandler;
|