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;
196 RemoteViews.OnClickHandler remoteViewClickHandler,
218 isNewView, remoteViewClickHandler, callback, entry, privateLayout,
241 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
266 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
290 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
313 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
333 RemoteViews.OnClickHandler remoteViewClickHandler,
346 remoteViewClickHandler);
194 apply(InflationProgress result, int reInflateFlags, ExpandableNotificationRow row, boolean redactAmbient, RemoteViews.OnClickHandler remoteViewClickHandler, @Nullable InflationCallback callback) argument
329 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
590 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.java1452 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) { argument
1453 mNotificationInflater.setRemoteViewClickHandler(remoteViewClickHandler);

Completed in 54 milliseconds