Searched refs:rootParent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 426 public abstract void apply(View root, ViewGroup rootParent, in apply() argument 457 public Action initActionAsync(ViewTree root, ViewGroup rootParent, OnClickHandler handler) { in initActionAsync() argument 499 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { } 617 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() argument 652 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) { in apply() argument 726 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() argument 731 if (!(rootParent instanceof AppWidgetHostView)) { in apply() 788 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) { in apply() argument 793 if (!(rootParent instanceof AppWidgetHostView)) { in apply() 807 AppWidgetHostView host = (AppWidgetHostView) rootParent; in apply() [all …]
|