Searched refs:rootParent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 567 public abstract void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() argument 598 public Action initActionAsync(ViewTree root, ViewGroup rootParent, in initActionAsync() argument 642 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, 770 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() argument 806 public void apply(View root, ViewGroup rootParent, final InteractionHandler handler, in apply() argument 882 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() argument 888 if (!(rootParent instanceof AppWidgetHostView)) { in apply() 950 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() argument 956 if (!(rootParent instanceof AppWidgetHostView)) { in apply() 1020 public void apply(View root, ViewGroup rootParent, InteractionHandler handler, in apply() argument [all …]
|