Searched refs:remoteViewClickHandler (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationInflater.java102 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) { argument
103 mRemoteViewClickHandler = remoteViewClickHandler;
187 RemoteViews.OnClickHandler remoteViewClickHandler,
209 isNewView, remoteViewClickHandler, callback, entry, privateLayout,
232 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
257 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
281 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
304 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
324 RemoteViews.OnClickHandler remoteViewClickHandler,
357 remoteViewClickHandler);
185 apply(InflationProgress result, int reInflateFlags, ExpandableNotificationRow row, boolean redactAmbient, RemoteViews.OnClickHandler remoteViewClickHandler, @Nullable InflationCallback callback) argument
320 applyRemoteView(final InflationProgress result, final int reInflateFlags, int inflationId, final ExpandableNotificationRow row, final boolean redactAmbient, boolean isNewView, RemoteViews.OnClickHandler remoteViewClickHandler, @Nullable final InflationCallback callback, NotificationData.Entry entry, NotificationContentView parentLayout, View existingView, NotificationViewWrapper existingWrapper, final HashMap<Integer, CancellationSignal> runningInflations, ApplyCallback applyCallback) argument
548 AsyncInflationTask(StatusBarNotification notification, int reInflateFlags, ExpandableNotificationRow row, boolean isLowPriority, boolean isChildInGroup, boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, boolean redactAmbient, InflationCallback callback, RemoteViews.OnClickHandler remoteViewClickHandler) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1215 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) { argument
1216 mNotificationInflater.setRemoteViewClickHandler(remoteViewClickHandler);

Completed in 121 milliseconds