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

  /frameworks/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/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 46 private final boolean mPlatformFile;
67 mPlatformFile = platformFile;
70 mAttrib = new BridgeXmlPullAttributes(parser, context, mPlatformFile);
84 return mPlatformFile;
  /frameworks/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 71 private final boolean mPlatformFile;
88 mPlatformFile = platformFile;
577 if (mPlatformFile || resValue.isFramework()) {
620 // The field mPlatformFile will indicate that all IDs are to be looked up in the android R
631 mPlatformFile || value.startsWith("@android") || value.startsWith("@+android");
    [all...]

Completed in 186 milliseconds