HomeSort by relevance Sort by last modified time
    Searched defs:mIsFramework (Results 1 - 4 of 4) sorted by null

  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
ResourceReference.java 27 private final boolean mIsFramework;
36 mIsFramework = isFramework;
59 return mIsFramework;
69 result = prime * result + (mIsFramework ? 1231 : 1237);
86 if (mIsFramework != other.mIsFramework)
101 return "ResourceReference [" + mName + " (framework:" + mIsFramework+ ")]";
  /sdk/ide_common/src/com/android/ide/common/resources/
IdResourceParser.java 40 private final boolean mIsFramework;
55 mIsFramework = isFramework;
111 boolean checkForErrors = !mIsFramework && !mContext.needsFullAapt();
127 mIsFramework);
ValueResourceParser.java 56 private final boolean mIsFramework;
60 mIsFramework = isFramework;
107 mIsFramework);
112 type, name, mIsFramework);
116 mCurrentAttr = new AttrResourceValue(type, name, mIsFramework);
120 mCurrentValue = new ResourceValue(type, name, mIsFramework);
137 mCurrentValue = new ResourceValue(null, name, mIsFramework);
140 mCurrentAttr = new AttrResourceValue(ResourceType.ATTR, name, mIsFramework);
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 715 milliseconds