Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardHostView.java515 public boolean onClickHandler(final View view, in onClickHandler() method in KeyguardHostView.MyOnClickHandler
552 return super.onClickHandler(view, pendingIntent, fillInIntent); in onClickHandler()
/frameworks/base/core/java/android/widget/
DRemoteViews.java207 public boolean onClickHandler(View view, PendingIntent pendingIntent, in onClickHandler() method in RemoteViews.OnClickHandler
421 handler.onClickHandler(v, pendingIntent, fillInIntent); in apply()
493 handler.onClickHandler(view, pendingIntentTemplate, fillInIntent); in apply()
718 handler.onClickHandler(v, pendingIntent, intent); in apply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java278 public boolean onClickHandler(
323 return super.onClickHandler(view, pendingIntent, fillInIntent);
363 return super.onClickHandler(view, pendingIntent, fillInIntent);