Searched defs:rootParent (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 675 public Action initActionAsync(ViewTree root, ViewGroup rootParent, in initActionAsync() 934 public void apply(View root, ViewGroup rootParent, ActionApplyParams params) { in apply() 969 public void apply(View root, ViewGroup rootParent, ActionApplyParams params) { in apply() 1044 public void apply(View root, ViewGroup rootParent, ActionApplyParams params) { in apply() 1236 public void apply(View root, ViewGroup rootParent, ActionApplyParams params) in apply() 1313 public void apply(View root, ViewGroup rootParent, ActionApplyParams params) { in apply() 1350 public Action initActionAsync(ViewTree root, ViewGroup rootParent, in initActionAsync() 1390 public void apply(View root, ViewGroup rootParent, ActionApplyParams params) { in apply() 1892 public void apply(View root, ViewGroup rootParent, ActionApplyParams params) in apply() 1990 public final Action initActionAsync(ViewTree root, ViewGroup rootParent, in initActionAsync() [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | RemoteViewsTest.java | 649 RelativeLayout rootParent = new RelativeLayout(themedContext); in nestedViews_themesPropagateCorrectly() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Transition.java | 418 final WindowContainer<?> rootParent = transientRoot.getParent(); in isTransientVisible() local
|