Searched defs:rootParent (Results  1 – 3 of 3) sorted by relevance
| /frameworks/base/core/java/android/widget/ | 
| D | RemoteViews.java | 644         public abstract void apply(View root, ViewGroup rootParent, ActionApplyParams params)  in apply()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()
 1469         public void apply(View root, ViewGroup rootParent, ActionApplyParams params) {  in apply()
 [all …]
 
 | 
| /frameworks/base/core/tests/coretests/src/android/widget/ | 
| D | RemoteViewsTest.java | 649         RelativeLayout rootParent = new RelativeLayout(themedContext);  in nestedViews_themesPropagateCorrectly()  local
 | 
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| D | Transition.java | 418             final WindowContainer<?> rootParent = transientRoot.getParent();  in isTransientVisible()  local
 |