Searched refs:attachToRoot (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/ |
D | ConfigurationState.kt | 89 attachToRoot: Boolean, in inflateLayout() 98 .map { layoutInflater.inflate(id, root, attachToRoot) as T } in inflateLayout()
|
/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 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/ |
D | ViewCapture.java | 144 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/ |
D | NotificationListViewBinder.kt | 145 attachToRoot = false, in <lambda>()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 522 @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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |