Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskBackService.java94 AccessibilityNodeInfo labelNode = rowNode.getChild(0); in onAccessibilityEvent()
100 AccessibilityNodeInfo completeNode = rowNode.getChild(1); in onAccessibilityEvent()
108 if (rowNode.getChildCount() < 2 || !rowNode.getChild(1).isCheckable()) { in onAccessibilityEvent()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DExpandableList1.java99 public Object getChild(int groupPosition, int childPosition) { in getChild() method in ExpandableList1.MyExpandableListAdapter
130 textView.setText(getChild(groupPosition, childPosition).toString()); in getChildView()
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DLogBuildNumber.java145 UiObject txt = aboutItem.getChild( in getAboutItem()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java519 MonkeyCommandReturn result = idGetter.query(node.getChild(i), emptyArgs); in query()