Searched refs:onClickHandler (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 231 public boolean onClickHandler(View view, PendingIntent pendingIntent, in onClickHandler() method in RemoteViews.OnClickHandler 233 return onClickHandler(view, pendingIntent, fillInIntent, StackId.INVALID_STACK_ID); in onClickHandler() 236 public boolean onClickHandler(View view, PendingIntent pendingIntent, in onClickHandler() method in RemoteViews.OnClickHandler 500 handler.onClickHandler(v, pendingIntent, fillInIntent); in apply() 572 handler.onClickHandler(view, pendingIntentTemplate, fillInIntent); in apply() 797 handler.onClickHandler(v, pendingIntent, intent); in apply()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 318 public boolean onClickHandler( 407 return super.onClickHandler(view, pendingIntent, fillInIntent,
|