HomeSort by relevance Sort by last modified time
    Searched full:isframework (Results 1 - 15 of 15) sorted by null

  /sdk/layoutlib_utils/src/com/android/layoutlib/utils/
StyleResourceValue.java 29 public StyleResourceValue(String type, String name, boolean isFramework) {
30 super(type, name, isFramework);
33 public StyleResourceValue(String type, String name, String parentStyle, boolean isFramework) {
34 super(type, name, isFramework);
DensityBasedResourceValue.java 26 boolean isFramework) {
27 super(type, name, value, isFramework);
ResourceValue.java 33 public ResourceValue(String type, String name, String value, boolean isFramework) {
37 mIsFramwork = isFramework;
60 public boolean isFramework() {
ValueResourceParser.java 53 public ValueResourceParser(IValueResourceRepository repository, boolean isFramework) {
55 mIsFramework = isFramework;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
ResourceValue.java 60 public boolean isFramework() {
ResourceHelper.java 105 * @param isFramework indicates whether the resource is a framework resources.
108 public static Drawable getDrawable(IResourceValue value, BridgeContext context, boolean isFramework) {
119 isFramework ? null : context.getProjectKey());
126 isFramework ? null : context.getProjectKey());
169 isFramework ? null : context.getProjectKey());
181 isFramework ? null : context.getProjectKey());
BridgeXmlPullAttributes.java 107 if (mPlatformFile || resource.isFramework()) {
BridgeTypedArray.java 579 if (mPlatformFile || resValue.isFramework()) {
632 if (resValue.isFramework()) {
670 Drawable d = ResourceHelper.getDrawable(value, mContext, mData[index].isFramework());
BridgeResources.java 127 return ResourceHelper.getDrawable(value, mContext, value.isFramework());
Bridge.java 413 context, true /* isFramework */);
    [all...]
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IResourceValue.java 43 boolean isFramework();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceFile.java 65 public final boolean isFramework() {
66 return mFolder.isFramework();
SingleResourceFile.java 76 file.getOsLocation(), isFramework());
79 file.getOsLocation(), qualifier.getValue().getDensity(), isFramework());
MultiResourceFile.java 124 parser.parse(getFile().getContents(), new ValueResourceParser(this, isFramework()));
ResourceFolder.java 114 public boolean isFramework() {

Completed in 1602 milliseconds