Home
last modified time | relevance | path

Searched refs:attachToRoot (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/preference/
DGenericInflater.java267 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/
DLayoutInflater.java525 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/
DViewCapture.java141 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/
DQSFragmentTest.java588 boolean attachToRoot) { in inflate() argument
593 return realInflater.inflate(layoutRes, root, attachToRoot); in inflate()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java506 @SuppressWarnings("SameParameterValue") boolean attachToRoot, in inflateView() argument
524 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()
549 attachToRoot), in inflateView()