Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/
DConfigurationState.kt89 attachToRoot: Boolean, in inflateLayout()
98 .map { layoutInflater.inflate(id, root, attachToRoot) as T } in inflateLayout()
/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.java453 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
535 if (root == null || !attachToRoot) { in inflate()
558 if (!attachToRoot) { in inflate()
578 if (root != null && attachToRoot) { in inflate()
584 if (root == null || !attachToRoot) { in inflate()
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DViewCapture.java144 if (mIsEnabled) MAIN_EXECUTOR.execute(listener::attachToRoot); in startCapture()
180 if (mIsEnabled) mListeners.forEach(WindowListener::attachToRoot);
412 void attachToRoot() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt145 attachToRoot = false, in <lambda>()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java522 @SuppressWarnings("SameParameterValue") boolean attachToRoot, in inflateView() argument
540 mBridgeInflater.inflate(blockParser, parent, attachToRoot), in inflateView()
565 attachToRoot), in inflateView()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...