HomeSort by relevance Sort by last modified time
    Searched refs:nodeInfo (Results 1 - 6 of 6) sorted by null

  /external/setupdesign/main/src/com/google/android/setupdesign/items/
ExpandableSwitchItem.java 60 View view, AccessibilityNodeInfoCompat nodeInfo) {
61 super.onInitializeAccessibilityNodeInfo(view, nodeInfo);
62 nodeInfo.addAction(
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp     [all...]
  /external/libxml2/
HTMLparser.c 241 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr];
251 * Returns 0 in case of error, the pointer to NodeInfo otherwise
262 ctxt->nodeInfo = &ctxt->nodeInfoTab[ctxt->nodeInfoNr - 1];
264 ctxt->nodeInfo = NULL;
    [all...]
SAX2.c     [all...]
  /external/libxml2/include/libxml/
parser.h 307 xmlParserNodeInfo *nodeInfo; /* Current NodeInfo */
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java     [all...]

Completed in 4251 milliseconds