Home
last modified time | relevance | path

Searched defs:rootParent (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java675 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 DRemoteViewsTest.java649 RelativeLayout rootParent = new RelativeLayout(themedContext); in nestedViews_themesPropagateCorrectly() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java418 final WindowContainer<?> rootParent = transientRoot.getParent(); in isTransientVisible() local