Searched defs:OnClickHandler (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java150 private static final OnClickHandler DEFAULT_ON_CLICK_HANDLER = new OnClickHandler();
227 public static class OnClickHandler { class in class:RemoteViews
281 OnClickHandler handler) throws ActionException;
318 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) {
343 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { }
418 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
453 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
535 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
631 public void apply(View root, ViewGroup rootParent, OnClickHandler handle
[all...]

Completed in 66 milliseconds