Home
last modified time | relevance | path

Searched refs:getChild (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java213 Element entry = root.getChild(ATOM_NAMESPACE, "entry"); in newContentHandler()
217 entry.getChild(ATOM_NAMESPACE, "id") in newContentHandler()
224 entry.getChild(ATOM_NAMESPACE, "published") in newContentHandler()
233 Element author = entry.getChild(ATOM_NAMESPACE, "author"); in newContentHandler()
234 author.getChild(ATOM_NAMESPACE, "name") in newContentHandler()
241 Element mediaGroup = entry.getChild(MEDIA_NAMESPACE, "group"); in newContentHandler()
243 mediaGroup.getChild(MEDIA_NAMESPACE, "thumbnail") in newContentHandler()
253 mediaGroup.getChild(MEDIA_NAMESPACE, "content") in newContentHandler()
263 mediaGroup.getChild(MEDIA_NAMESPACE, "player") in newContentHandler()
273 mediaGroup.getChild(MEDIA_NAMESPACE, "title") in newContentHandler()
[all …]
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
DTimePickerHelper.java85 getNumberPicker(MERIDIEM).getChild(new UiSelector().text("PM")).click(); in selectPM()
89 getNumberPicker(MERIDIEM).getChild(new UiSelector().text("AM")).click(); in selectAM()
99 return getNumberPicker(instance).getChild( in getNumberPickerField()
105 return getNumberPicker(instance).getChild( in getNumberPickerDecrementButton()
111 return getNumberPicker(instance).getChild( in getNumberPickerIncrementButton()
DDatePickerHelper.java107 return getNumberPicker(instance).getChild( in getNumberPickerField()
113 return getNumberPicker(instance).getChild( in getNumberPickerDecrementButton()
119 return getNumberPicker(instance).getChild( in getNumberPickerIncrementButton()
/frameworks/base/sax/java/android/sax/
DElement.java59 public Element getChild(String localName) { in getChild() method in Element
60 return getChild("", localName); in getChild()
66 public Element getChild(String uri, String localName) { in getChild() method in Element
95 Element child = getChild(uri, localName); in requireChild()
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
DUiCollection.java61 UiObject item = row.getChild(new UiSelector().descriptionContains(text)); in getChildByDescription()
119 UiObject item = row.getChild(new UiSelector().text(text)); in getChildByText()
DAccessibilityNodeInfoDumper.java126 AccessibilityNodeInfo child = node.getChild(i); in dumpNodeRec()
198 AccessibilityNodeInfo childNode = node.getChild(x); in childNafCheck()
DQueryController.java327 AccessibilityNodeInfo childNode = fromNode.getChild(i); in findNodeRegularRecursive()
457 AccessibilityNodeInfo childNode = fromNode.getChild(i); in findNodePatternRecursive()
DUiObject.java121 public UiObject getChild(UiSelector selector) throws UiObjectNotFoundException { in getChild() method in UiObject
/frameworks/base/core/java/android/widget/
DExpandableListAdapter.java72 Object getChild(int groupPosition, int childPosition); in getChild() method
DSimpleExpandableListAdapter.java213 public Object getChild(int groupPosition, int childPosition) { in getChild() method in SimpleExpandableListAdapter
DCursorTreeAdapter.java167 public Cursor getChild(int groupPosition, int childPosition) { in getChild() method in CursorTreeAdapter
DExpandableListConnector.java408 retValue = mExpandableListAdapter.getChild(posMetadata.position.groupPos, in getItem()
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompatIcs.java68 public static Object getChild(Object info, int index) { in getChild() method in AccessibilityNodeInfoCompatIcs
69 return ((AccessibilityNodeInfo) info).getChild(index); in getChild()
/frameworks/support/v4/java/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompat.java46 public Object getChild(Object info, int index); in getChild() method
157 public Object getChild(Object info, int index) { in getChild() method in AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
459 public Object getChild(Object info, int index) { in getChild() method in AccessibilityNodeInfoCompat.AccessibilityNodeInfoIcsImpl
460 return AccessibilityNodeInfoCompatIcs.getChild(info, index); in getChild()
1206 public AccessibilityNodeInfoCompat getChild(int index) { in getChild() method in AccessibilityNodeInfoCompat
1207 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getChild(mInfo, index)); in getChild()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeExpandableAdapter.java119 public Object getChild(int groupPosition, int childPosition) { in getChild() method in FakeExpandableAdapter
/frameworks/base/docs/html/training/accessibility/
Dservice.jd248 AccessibilityNodeInfo labelNode = rowNode.getChild(0);
254 AccessibilityNodeInfo completeNode = rowNode.getChild(1);
262 if (rowNode.getChildCount() < 2 || !rowNode.getChild(1).isCheckable()) {
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1354 public TrieNode getChild(char ch) { in getChild() method in AbstractMessageParser.TrieNode
1384 root = root.getChild(str.charAt(index++)); in matches()
1413 root = root.getChild(p.getRawText().charAt(index++)); in longestMatch()
/frameworks/base/media/java/android/media/
DMediaScanner.java1690 Element body = root.getChild("body");
1691 Element seq = body.getChild("seq");
1692 Element media = seq.getChild("media");
/frameworks/testing/uiautomator/api/
D16.txt64 …method public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.core.UiSelect…
D17.txt72 …method public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.core.UiSelect…
Dcurrent.txt93 …method public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.core.UiSelect…
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java647 public AccessibilityNodeInfo getChild(int index) { in getChild() method in AccessibilityNodeInfo
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dservices.jd296 as well as {@link android.view.accessibility.AccessibilityNodeInfo#getChild
297 AccessibilityNodeInfo.getChild()} and
/frameworks/base/docs/html/tools/help/uiautomator/
DUiCollection.jd340 …<span class="sympad"><a href="UiObject.html#getChild(com.android.uiautomator.core.UiSelector)">get…
DUiObject.jd254 …<span class="sympad"><a href="#getChild(com.android.uiautomator.core.UiSelector)">getChild</a></sp…
1383 <a id="getChild(com.android.uiautomator.core.UiSelector)"></a>
1395 <span class="sympad">getChild</span>

12