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

  /frameworks/base/core/java/android/widget/
RemoteViews.java 189 private static final OnClickHandler DEFAULT_ON_CLICK_HANDLER = new OnClickHandler();
313 public static class OnClickHandler {
317 public boolean onClickHandler(View view, PendingIntent pendingIntent,
319 return onClickHandler(view, pendingIntent, fillInIntent, StackId.INVALID_STACK_ID);
322 public boolean onClickHandler(View view, PendingIntent pendingIntent,
365 OnClickHandler handler) throws ActionException;
402 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
439 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { }
537 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,
545 private RemoteViews.OnClickHandler mRemoteViewClickHandler;
553 RemoteViews.OnClickHandler remoteViewClickHandler) {
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 38 import android.widget.RemoteViews.OnClickHandler;
67 private OnClickHandler mOnClickHandler;
158 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 160 false /* redactAmbient */, true /* isNewView */, new RemoteViews.OnClickHandler(),
274 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,
SaveUi.java 198 final RemoteViews.OnClickHandler handler = new RemoteViews.OnClickHandler() {
200 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/config/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 432 milliseconds