Searched refs:attachToRoot (Results 1 – 5 of 5) sorted by relevance
/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 | 525 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument 532 View view = tryInflatePrecompiled(resource, res, root, attachToRoot); in inflate() 538 return inflate(parser, root, attachToRoot); in inflate() 546 boolean attachToRoot) { in tryInflatePrecompiled() argument 571 if (attachToRoot) { in tryInflatePrecompiled() 633 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() argument 659 if (root == null || !attachToRoot) { in inflate() 682 if (!attachToRoot) { in inflate() 702 if (root != null && attachToRoot) { in inflate() 708 if (root == null || !attachToRoot) { in inflate()
|
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/ |
D | ViewCapture.java | 141 if (mIsEnabled) MAIN_EXECUTOR.execute(listener::attachToRoot); in startCapture() 172 if (mIsEnabled) mListeners.forEach(WindowListener::attachToRoot); in enableOrDisableWindowListeners() 384 void attachToRoot() { in attachToRoot() method in WindowListener
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSFragmentTest.java | 588 boolean attachToRoot) { in inflate() argument 593 return realInflater.inflate(layoutRes, root, attachToRoot); in inflate()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 506 @SuppressWarnings("SameParameterValue") boolean attachToRoot, in inflateView() argument 524 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView() 549 attachToRoot), in inflateView()
|