Searched refs:rootParent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 418 public abstract void apply(View root, ViewGroup rootParent, in apply() argument 449 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { in initActionAsync() argument 491 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { } 608 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() argument 643 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { in apply() argument 717 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() argument 722 if (!(rootParent instanceof AppWidgetHostView)) { in apply() 779 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() argument 784 if (!(rootParent instanceof AppWidgetHostView)) { in apply() 798 AppWidgetHostView host = (AppWidgetHostView) rootParent; in apply() [all …]
|