OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrResName
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
AttributeSetBuilderImpl.java
74
void parseValue(Integer attrId, ResName
attrResName
, AttributeResource attribute,
129
public void parseValue(Integer attrId, ResName
attrResName
, AttributeResource attribute,
131
arscParse(attrId,
attrResName
, attribute, outValue);
134
private void arscParse(Integer attrId, ResName
attrResName
, AttributeResource attribute,
155
AttrData attrData = new AttrData(
attrResName
.getFullyQualifiedName(), flag.name, pairs);
196
public void parseValue(Integer attrId, ResName
attrResName
, AttributeResource attribute,
283
ResName
attrResName
= null;
291
attrResName
= ResName.qualifyResName(attrNameStr, packageName, "attr");
292
attrNs = (
attrResName
.packageName.equals("android")) ? ANDROID_NS : AUTO_NS;
293
attrName =
attrResName
.name
[
all
...]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StaxStyleLoader.java
33
ResName
attrResName
= ResName.qualifyResName(attrName, xmlContext.getPackageName(), "attr");
34
attributeResources.add(new AttributeResource(
attrResName
, buf.toString(), xmlContext.getPackageName()));
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLegacyAssetManager.java
363
ResName
attrResName
= attrValue.getStyleReference();
364
if (attrValue.resName.equals(
attrResName
)) {
365
Logger.info("huh... circular reference for %s?",
attrResName
.getFullyQualifiedName());
368
attrValue = themeStyleSet.getAttrValue(
attrResName
);
811
final ResName
attrResName
= AttributeResource.getStyleReference(reference,
813
typedValue.data = resourceTable.getResourceId(
attrResName
);
[
all
...]
Completed in 77 milliseconds