/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
H A D | CountryZoneTree.java | 452 for (ZoneNode newChild : descendant.getChildren()) { in compressTree() 453 descendant.removeChild(newChild); in compressTree() 454 node.addChild(newChild); in compressTree()
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureSession.java | 266 final ContentCaptureSession child = newChild(context); in createContentCaptureSession() 280 abstract ContentCaptureSession newChild(@NonNull ContentCaptureContext context); in newChild() method in ContentCaptureSession
|
H A D | ChildContentCaptureSession.java | 51 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() method in ChildContentCaptureSession
|
H A D | MainContentCaptureSession.java | 219 ContentCaptureSession newChild(@NonNull ContentCaptureContext clientContext) { in newChild() method in MainContentCaptureSession
|
H A D | ViewNode.java | 898 public ViewStructure newChild(int index) { in newChild() method in ViewNode.ViewStructureImpl
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | ViewNodeTest.java | 60 assertThat(structure.newChild(0)).isNull(); in testUnsupportedProperties()
|
H A D | ContentCaptureSessionTest.java | 131 ContentCaptureSession newChild(ContentCaptureContext context) { in newChild() method in ContentCaptureSessionTest.MyContentCaptureSession
|
/aosp12/build/soong/finder/ |
H A D | finder.go | 513 child = node.newChild(firstComponent) 523 func (m *pathMap) newChild(name string) (child *pathMap) { func 525 newChild := newPathMap(path) 526 m.children[name] = newChild 1445 childNode = parentNode.newChild(subdirName)
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewStructure.java | 309 public abstract ViewStructure newChild(int index); in newChild() method in ViewStructure
|
H A D | ViewGroup.java | 3640 final ViewStructure cstructure = structure.newChild(i); in dispatchProvideStructure() 3676 final ViewStructure cstructure = structure.newChild(i); in dispatchProvideAutofillStructure()
|
H A D | View.java | 8989 final ViewStructure root = structure.newChild(0); 10097 ViewStructure child = structure.newChild(i); in populateVirtualStructure()
|
/aosp12/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 2094 public ViewStructure newChild(int index) { in newChild() method in AssistStructure.ViewNodeBuilder
|
/aosp12/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 2314 MissingNullability: android.view.contentcapture.ViewNode.ViewStructureImpl#newChild(int):
|
H A D | test-current.txt | 2960 method public android.view.ViewStructure newChild(int);
|
H A D | current.txt | 49969 method public abstract android.view.ViewStructure newChild(int);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2906 HSPLandroid/app/assist/AssistStructure$ViewNodeBuilder;->newChild(I)Landroid/view/ViewStructure;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2904 HSPLandroid/app/assist/AssistStructure$ViewNodeBuilder;->newChild(I)Landroid/view/ViewStructure;
|