Searched refs:mPlatformFile (Results 1 – 3 of 3) sorted by relevance
37 private final boolean mPlatformFile; field in BridgeXmlPullAttributes43 mPlatformFile = platformFile; in BridgeXmlPullAttributes()109 resources.findResValue(value, mPlatformFile)); in resolveResourceValue()113 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()
53 private final boolean mPlatformFile; field in BridgeTypedArray65 mPlatformFile = platformFile; in BridgeTypedArray()673 if (mPlatformFile || resValue.isFramework()) { in getResourceId()716 if (mPlatformFile || value.startsWith("@android") || value.startsWith("@+android")) { in getResourceId()