Searched defs:getChild (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/sax/java/android/sax/
H A DElement.java57 public Element getChild(String localName) { method in class:Element
58 return getChild("", localName);
64 public Element getChild(String uri, String localName) { method in class:Element
93 Element child = getChild(uri, localName);
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DBenchmarkListAdapter.java61 public Object getChild(int groupPosition, int childPosition) { method in class:BenchmarkListAdapter
103 (BenchmarkGroup.Benchmark) getChild(groupPosition, childPosition);
/frameworks/base/core/java/android/widget/
H A DExpandableListAdapter.java72 Object getChild(int groupPosition, int childPosition); method in interface:ExpandableListAdapter
H A DSimpleExpandableListAdapter.java213 public Object getChild(int groupPosition, int childPosition) { method in class:SimpleExpandableListAdapter
H A DCursorTreeAdapter.java167 public Cursor getChild(int groupPosition, int childPosition) { method in class:CursorTreeAdapter
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityWindowInfoCompat.java229 public AccessibilityWindowInfoCompat getChild(int index) { method in class:AccessibilityWindowInfoCompat
231 return wrapNonNullInstance(((AccessibilityWindowInfo) mInfo).getChild(index));
H A DAccessibilityNodeInfoCompat.java1508 public AccessibilityNodeInfoCompat getChild(int index) { method in class:AccessibilityNodeInfoCompat
1509 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mInfo.getChild(index));
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
H A DAsn1Node.java291 getChild(tag, tags);
305 public Asn1Node getChild(int tag, int... tags) method in class:Asn1Node
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java128 public Object getChild(int groupPosition, int childPosition) { method in class:FakeExpandableAdapter
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java123 public UiObject getChild(UiSelector selector) throws UiObjectNotFoundException { method in class:UiObject
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java398 public AccessibilityWindowInfo getChild(int index) { method in class:AccessibilityWindowInfo
H A DAccessibilityNodeInfo.java966 public AccessibilityNodeInfo getChild(int index) { method in class:AccessibilityNodeInfo
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java1354 public TrieNode getChild(char ch) { method in class:AbstractMessageParser.TrieNode
1384 root = root.getChild(str.charAt(index++));
1413 root = root.getChild(p.getRawText().charAt(index++));
/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java71 MtpObject obj = mObject.getChild(path);
265 private MtpObject getChild(String name) { method in class:MtpStorageManager.MtpObject
447 obj = obj.getChild(name);
595 if (parent.getChild(newName) != null) {
646 MtpObject obj = parent.getChild(path);
803 if (obj.getParent().getChild(obj.getName()) != obj) {
822 obj.getChild(file.getFileName().toString()) == null &&
897 if (obj.getParent().getChild(newName) != null)
919 MtpObject oldObj = parent.getChild(oldName);
982 if (newParent.getChild(ob
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java484 final Drawable d = mDrawableContainerState.getChild(index);
894 * @deprecated Use {@link #getChild} instead.
903 public final Drawable getChild(int index) { method in class:DrawableContainer.DrawableContainerState
1229 mCurrDrawable = state.getChild(mCurIndex);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 412 milliseconds