Searched refs:atts (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/ |
H A D | DefaultDataHandler.java | 100 String uriStr = atts.getValue(URI_STR); in parseRow() 112 String postfix = atts.getValue(POSTFIX); in parseRow() 134 Attributes atts) throws SAXException { in startElement() argument 149 parseRow(atts); in startElement() 152 int attrLen = atts.getLength(); in startElement() 157 parseRow(atts); in startElement() 161 int attrLen = atts.getLength(); in startElement() 165 String key = atts.getValue(0); in startElement() 166 String value = atts.getValue(1); in startElement() 176 Uri u = Uri.parse(atts.getValue(URI_STR)); in startElement() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
H A D | BatteryMeterView.java | 107 TypedArray atts = context.obtainStyledAttributes(attrs, R.styleable.BatteryMeterView, in BatteryMeterView() local 109 final int frameColor = atts.getColor(R.styleable.BatteryMeterView_frameColor, in BatteryMeterView() 111 mPercentageStyleId = atts.getResourceId(R.styleable.BatteryMeterView_textAppearance, 0); in BatteryMeterView() 113 atts.recycle(); in BatteryMeterView()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | XMLNode.h | 163 startElement(void *userData, const char *name, const char **atts);
|
H A D | XMLNode.cpp | 1230 XMLNode::startElement(void *userData, const char *name, const char **atts) in startElement() argument 1251 for (int i = 0; atts[i]; i += 2) { in startElement() 1252 splitName(atts[i], &ns16, &name16); in startElement() 1253 node->addAttribute(ns16, name16, String16(atts[i+1])); in startElement()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 22742 HSPLorg/ccil/cowan/tagsoup/Element;->atts()Lorg/ccil/cowan/tagsoup/AttributesImpl; 22755 HSPLorg/ccil/cowan/tagsoup/ElementType;->atts()Lorg/ccil/cowan/tagsoup/AttributesImpl;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 31622 HSPLorg/ccil/cowan/tagsoup/Element;->atts()Lorg/ccil/cowan/tagsoup/AttributesImpl; 31635 HSPLorg/ccil/cowan/tagsoup/ElementType;->atts()Lorg/ccil/cowan/tagsoup/AttributesImpl;
|