D | RemoteViews.java | 264 private static final OnClickHandler DEFAULT_ON_CLICK_HANDLER = (view, pendingIntent, response) 405 public interface OnClickHandler { interface in RemoteViews 419 OnClickHandler handler) throws ActionException; in apply() 449 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { in initActionAsync() 491 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { } 608 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() 643 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { in apply() 717 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() 779 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() 816 OnClickHandler handler) { in initActionAsync() [all …]
|