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 42 private final boolean mPlatformFile;
53 mPlatformFile = platformFile;
289 return resources.resolveResValue(resources.findResValue(value, mPlatformFile));
299 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 71 private final boolean mPlatformFile;
87 mPlatformFile = platformFile;
572 if (mPlatformFile || resValue.isFramework()) {
610 // The field mPlatformFile will indicate that all IDs are to be looked up in the android R
621 mPlatformFile || value.startsWith("@android") || value.startsWith("@+android");
    [all...]

Completed in 128 milliseconds