Searched refs:attachToRoot (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/ |
D | ConfigurationState.kt | 71 attachToRoot: Boolean, in getDimensionPixelSize() 130 attachToRoot: Boolean, in getDimensionPixelSize() 139 .map { layoutInflater.inflate(id, root, attachToRoot) as T } in getDimensionPixelSize()
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 267 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { in inflate() argument 271 return inflate(parser, root, attachToRoot); in inflate() 299 boolean attachToRoot) { in inflate() argument 328 result = (T) onMergeRoots(root, attachToRoot, (P) xmlRoot); in inflate()
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 453 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument 462 return inflate(parser, root, attachToRoot); in inflate() 509 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument 536 if (root == null || !attachToRoot) { in inflate() 559 if (!attachToRoot) { in inflate() 579 if (root != null && attachToRoot) { in inflate() 585 if (root == null || !attachToRoot) { in inflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/ |
D | NotificationListViewBinder.kt | 165 attachToRoot = false, in <lambda>() 250 attachToRoot = false, in <lambda>()
|
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/ |
D | ViewCapture.java | 138 listener.attachToRoot(); in startCapture() 184 if (mIsEnabled) mListeners.forEach(WindowListener::attachToRoot); 493 void attachToRoot() {
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 519 @SuppressWarnings("SameParameterValue") boolean attachToRoot, in inflateView() argument 537 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView() 562 attachToRoot), in inflateView()
|