HomeSort by relevance Sort by last modified time
    Searched refs:OnClickHandler (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/widget/
RemoteViews.java 225 private static final OnClickHandler DEFAULT_ON_CLICK_HANDLER = new OnClickHandler();
359 public static class OnClickHandler {
363 public boolean onClickHandler(View view, PendingIntent pendingIntent,
365 return onClickHandler(view, pendingIntent, fillInIntent, WINDOWING_MODE_UNDEFINED);
368 public boolean onClickHandler(View view, PendingIntent pendingIntent,
411 OnClickHandler handler) throws ActionException;
440 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
481 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { }
597 public void apply(View root, ViewGroup rootParent, OnClickHandler handler)
    [all...]
RemoteViewsAdapter.java 42 import android.widget.RemoteViews.OnClickHandler;
101 private OnClickHandler mRemoteViewsOnClickHandler;
374 public void onRemoteViewsLoaded(RemoteViews view, OnClickHandler handler,
    [all...]
AdapterViewAnimator.java 32 import android.widget.RemoteViews.OnClickHandler;
    [all...]
AbsListView.java 83 import android.widget.RemoteViews.OnClickHandler;
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 38 import android.widget.RemoteViews.OnClickHandler;
68 private OnClickHandler mOnClickHandler;
159 public AppWidgetHost(Context context, int hostId, OnClickHandler handler, Looper looper) {
AppWidgetHostView.java 42 import android.widget.RemoteViews.OnClickHandler;
78 private OnClickHandler mOnClickHandler;
93 public AppWidgetHostView(Context context, OnClickHandler handler) {
121 public void setOnClickHandler(OnClickHandler handler) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
NotificationInflaterTest.java 159 false /* redactAmbient */, true /* isNewView */, new RemoteViews.OnClickHandler(),
276 OnViewAppliedListener listener, OnClickHandler handler) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 66 private RemoteViews.OnClickHandler mRemoteViewClickHandler;
102 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) {
196 RemoteViews.OnClickHandler remoteViewClickHandler,
333 RemoteViews.OnClickHandler remoteViewClickHandler,
587 private RemoteViews.OnClickHandler mRemoteViewClickHandler;
595 RemoteViews.OnClickHandler remoteViewClickHandler) {
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
FillUi.java 201 final RemoteViews.OnClickHandler interceptionHandler = new RemoteViews.OnClickHandler() {
203 public boolean onClickHandler(View view, PendingIntent pendingIntent,
260 RemoteViews.OnClickHandler clickBlocker = null;
366 private RemoteViews.OnClickHandler newClickBlocker() {
367 return new RemoteViews.OnClickHandler() {
369 public boolean onClickHandler(View view, PendingIntent pendingIntent,
    [all...]
SaveUi.java 283 final RemoteViews.OnClickHandler handler = new RemoteViews.OnClickHandler() {
285 public boolean onClickHandler(View view, PendingIntent pendingIntent,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationRemoteInputManager.java 89 private final RemoteViews.OnClickHandler mOnClickHandler = new RemoteViews.OnClickHandler() {
92 public boolean onClickHandler(
153 return super.onClickHandler(view, pendingIntent, fillInIntent,
ExpandableNotificationRow.java     [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 620 milliseconds