Searched refs:mPlatformFile (Results 1 – 3 of 3) sorted by relevance
36 private final boolean mPlatformFile; field in BridgeXmlPullAttributes42 mPlatformFile = platformFile; in BridgeXmlPullAttributes()263 return resources.resolveResValue(resources.findResValue(value, mPlatformFile)); in getResourceValue()273 if (mPlatformFile || resource.isFramework()) { in resolveResourceValue()
44 private final boolean mPlatformFile; field in BridgeXmlBlockParser64 mPlatformFile = platformFile; in BridgeXmlBlockParser()65 mAttrib = new BridgeXmlPullAttributes(parser, context, mPlatformFile); in BridgeXmlBlockParser()78 return mPlatformFile; in isPlatformFile()
70 private final boolean mPlatformFile; field in BridgeTypedArray86 mPlatformFile = platformFile; in BridgeTypedArray()571 if (mPlatformFile || resValue.isFramework()) { in getResourceId()614 mPlatformFile || value.startsWith("@android") || value.startsWith("@+android"); in getResourceId()