Searched refs:mPlatformFile (Results 1 – 3 of 3) sorted by relevance
42 private final boolean mPlatformFile; field in BridgeXmlPullAttributes53 mPlatformFile = platformFile; in BridgeXmlPullAttributes()289 return resources.resolveResValue(resources.findResValue(value, mPlatformFile)); in getResourceValue()299 if (mPlatformFile || resource.isFramework()) { in resolveResourceValue()
46 private final boolean mPlatformFile; field in BridgeXmlBlockParser67 mPlatformFile = platformFile; in BridgeXmlBlockParser()70 mAttrib = new BridgeXmlPullAttributes(parser, context, mPlatformFile); in BridgeXmlBlockParser()84 return mPlatformFile; in isPlatformFile()
71 private final boolean mPlatformFile; field in BridgeTypedArray88 mPlatformFile = platformFile; in BridgeTypedArray()577 if (mPlatformFile || resValue.isFramework()) { in getResourceId()631 mPlatformFile || value.startsWith("@android") || value.startsWith("@+android"); in getResourceId()