Searched defs:mPlatformFile (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java53 private final boolean mPlatformFile; field in class:BridgeTypedArray
64 mPlatformFile = platformFile;
576 if (mPlatformFile || resValue.isFramework()) {
608 // The field mPlatformFile will indicate that all IDs are to be looked up in the android R
619 mPlatformFile || value.startsWith("@android") || value.startsWith("@+android");
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java36 private final boolean mPlatformFile; field in class:BridgeXmlPullAttributes
42 mPlatformFile = platformFile;
263 return resources.resolveResValue(resources.findResValue(value, mPlatformFile));
273 if (mPlatformFile || resource.isFramework()) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java44 private final boolean mPlatformFile; field in class:BridgeXmlBlockParser
64 mPlatformFile = platformFile;
65 mAttrib = new BridgeXmlPullAttributes(parser, context, mPlatformFile);
78 return mPlatformFile;

Completed in 106 milliseconds