Searched refs:onClickHandler (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java163 public boolean onClickHandler(View view, PendingIntent pendingIntent, method in class:RemoteViews.OnClickHandler
387 handler.onClickHandler(v, pendingIntent, fillInIntent);
468 handler.onClickHandler(view, pendingIntentTemplate, fillInIntent);
621 handler.onClickHandler(v, pendingIntent, intent);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java626 public boolean onClickHandler(final View view,
659 return super.onClickHandler(view, pendingIntent, fillInIntent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java163 public boolean onClickHandler(View view, PendingIntent pendingIntent, Intent fillInIntent) {
182 boolean handled = super.onClickHandler(view, pendingIntent, fillInIntent);

Completed in 661 milliseconds