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 160 private static final OnClickHandler DEFAULT_ON_CLICK_HANDLER = new OnClickHandler();
237 public static class OnClickHandler {
241 public boolean onClickHandler(View view, PendingIntent pendingIntent,
243 return onClickHandler(view, pendingIntent, fillInIntent, StackId.INVALID_STACK_ID);
246 public boolean onClickHandler(View view, PendingIntent pendingIntent,
289 OnClickHandler handler) throws ActionException;
326 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
363 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { }
463 public void apply(View root, ViewGroup rootParent, OnClickHandler handler)
    [all...]
RemoteViewsAdapter.java 39 import android.widget.RemoteViews.OnClickHandler;
81 private OnClickHandler mRemoteViewsOnClickHandler;
325 public void onRemoteViewsLoaded(RemoteViews view, OnClickHandler handler,
    [all...]
AdapterViewAnimator.java 32 import android.widget.RemoteViews.OnClickHandler;
    [all...]
AbsListView.java 82 import android.widget.RemoteViews.OnClickHandler;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 66 private RemoteViews.OnClickHandler mRemoteViewClickHandler;
102 public void setRemoteViewClickHandler(RemoteViews.OnClickHandler remoteViewClickHandler) {
187 RemoteViews.OnClickHandler remoteViewClickHandler,
324 RemoteViews.OnClickHandler remoteViewClickHandler,
538 private RemoteViews.OnClickHandler mRemoteViewClickHandler;
546 RemoteViews.OnClickHandler remoteViewClickHandler) {
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 40 import android.widget.RemoteViews.OnClickHandler;
65 private OnClickHandler mOnClickHandler;
156 public AppWidgetHost(Context context, int hostId, OnClickHandler handler, Looper looper) {
AppWidgetHostView.java 50 import android.widget.RemoteViews.OnClickHandler;
92 private OnClickHandler mOnClickHandler;
107 public AppWidgetHostView(Context context, OnClickHandler handler) {
135 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(),
259 OnViewAppliedListener listener, OnClickHandler handler) {
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
FillUi.java 111 final RemoteViews.OnClickHandler interceptionHandler = new RemoteViews.OnClickHandler() {
113 public boolean onClickHandler(View view, PendingIntent pendingIntent,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]
  /frameworks/base/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 232 milliseconds