/frameworks/base/core/java/android/widget/ |
D | RemoteCollectionItemsAdapter.java | 26 import android.widget.RemoteViews.InteractionHandler; 41 private InteractionHandler mInteractionHandler; 48 @NonNull InteractionHandler interactionHandler, in RemoteCollectionItemsAdapter() 70 @NonNull InteractionHandler interactionHandler, in setData()
|
D | RemoteViewsAdapter.java | 50 import android.widget.RemoteViews.InteractionHandler; 110 private InteractionHandler mRemoteViewsInteractionHandler; 389 public void onRemoteViewsLoaded(RemoteViews view, InteractionHandler handler, in onRemoteViewsLoaded() 901 public void setRemoteViewsInteractionHandler(InteractionHandler handler) { in setRemoteViewsInteractionHandler()
|
D | RemoteViews.java | 465 private static final InteractionHandler DEFAULT_INTERACTION_HANDLER = 635 public interface InteractionHandler { interface in RemoteViews 6077 public View apply(Context context, ViewGroup parent, InteractionHandler handler) { 6083 @Nullable InteractionHandler handler, @Nullable SizeF size) { 6090 @Nullable InteractionHandler handler, @StyleRes int applyThemeResId) { 6097 public View apply(Context context, ViewGroup parent, InteractionHandler handler, 6210 Executor executor, OnViewAppliedListener listener, InteractionHandler handler) { 6216 Executor executor, OnViewAppliedListener listener, InteractionHandler handler, 6224 OnViewAppliedListener listener, InteractionHandler handler, SizeF size, 6370 public void reapply(Context context, View v, InteractionHandler handler) { [all …]
|
D | AdapterViewAnimator.java | 32 import android.widget.RemoteViews.InteractionHandler; 1024 public void setRemoteViewsOnClickHandler(InteractionHandler handler) { in setRemoteViewsOnClickHandler()
|
D | AbsListView.java | 98 import android.widget.RemoteViews.InteractionHandler; 6738 public void setRemoteViewsInteractionHandler(InteractionHandler handler) { in setRemoteViewsInteractionHandler()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 41 import android.widget.RemoteViews.InteractionHandler; 78 private InteractionHandler mInteractionHandler; 204 public AppWidgetHost(Context context, int hostId, InteractionHandler handler, Looper looper) { in AppWidgetHost() 369 public void setInteractionHandler(InteractionHandler interactionHandler) { in setInteractionHandler()
|
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() 908 private InteractionHandler getHandler(InteractionHandler handler) { in getHandler()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/ |
D | SmartspaceInteractionHandler.kt | 35 ) : RemoteViews.InteractionHandler { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | WidgetInteractionHandler.kt | 35 ) : RemoteViews.InteractionHandler { in <lambda>()
|
D | CommunalAppWidgetHost.kt | 39 interactionHandler: RemoteViews.InteractionHandler, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/util/ |
D | InteractionHandlerDelegate.kt | 33 ) : RemoteViews.InteractionHandler {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 43 import android.widget.RemoteViews.InteractionHandler; 122 private final InteractionHandler mInteractionHandler = new InteractionHandler() { 635 public RemoteViews.InteractionHandler getRemoteViewsOnClickHandler() { in getRemoteViewsOnClickHandler()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
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()
|
D | FillUi.java | 227 final RemoteViews.InteractionHandler interceptionHandler = (view, pendingIntent, r) -> { in FillUi() 285 RemoteViews.InteractionHandler interactionBlocker = null; in FillUi() 428 private RemoteViews.InteractionHandler newInteractionBlocker() { in newInteractionBlocker()
|
D | SaveUi.java | 418 final RemoteViews.InteractionHandler handler = in applyCustomDescription()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 468 RemoteViews.InteractionHandler remoteViewClickHandler, in apply() 674 RemoteViews.InteractionHandler remoteViewClickHandler, in applyRemoteView() 1078 private RemoteViews.InteractionHandler mRemoteViewClickHandler; 1099 RemoteViews.InteractionHandler remoteViewClickHandler,
|
D | NotificationRowContentBinderImpl.kt | 36 import android.widget.RemoteViews.InteractionHandler in <lambda>() 361 private val remoteViewClickHandler: InteractionHandler?, in <lambda>() 809 remoteViewClickHandler: InteractionHandler?, in <lambda>() 1116 remoteViewClickHandler: InteractionHandler?, in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalHub.kt | 161 interactionHandler: RemoteViews.InteractionHandler? = null, in <lambda>() 445 interactionHandler: RemoteViews.InteractionHandler?, in CommunalHubLazyGrid() 870 interactionHandler: RemoteViews.InteractionHandler?, in CommunalContent() 1203 interactionHandler: RemoteViews.InteractionHandler?, in SmartspaceContent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 453 OnViewAppliedListener listener, InteractionHandler handler) { in applyAsync()
|
D | NotificationRowContentBinderImplTest.kt | 506 handler: InteractionHandler? in <lambda>()
|
/frameworks/base/boot/ |
D | preloaded-classes | 10034 android.widget.RemoteViews$InteractionHandler
|
D | boot-image-profile.txt | 32454 Landroid/widget/RemoteViews$InteractionHandler;
|
/frameworks/base/config/ |
D | preloaded-classes | 10065 android.widget.RemoteViews$InteractionHandler
|
D | boot-image-profile.txt | 42615 Landroid/widget/RemoteViews$InteractionHandler;
|