HomeSort by relevance Sort by last modified time
    Searched refs:mPlatformFile (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/util/
BridgeXmlPullAttributes.java 35 private final boolean mPlatformFile;
41 mPlatformFile = platformFile;
259 return resources.resolveResValue(resources.findResValue(value, mPlatformFile));
269 if (mPlatformFile || resource.isFramework()) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 44 private final boolean mPlatformFile;
64 mPlatformFile = platformFile;
65 mAttrib = new BridgeXmlPullAttributes(parser, context, mPlatformFile);
78 return mPlatformFile;
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 53 private final boolean mPlatformFile;
64 mPlatformFile = platformFile;
681 if (mPlatformFile || resValue.isFramework()) {
713 // The field mPlatformFile will indicate that all IDs are to be looked up in the android R
724 if (mPlatformFile || value.startsWith("@android") || value.startsWith("@+android")) {

Completed in 1253 milliseconds