Home
last modified time | relevance | path

Searched refs:isFramework (Results 1 – 12 of 12) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java186 parser, context, resValue.isFramework()); in getInternalComplexColor()
291 if (!value.isFramework()) { in getXmlBlockParser()
302 return new BridgeXmlBlockParser(parser, context, value.isFramework()); in getXmlBlockParser()
342 value.isFramework(), stringValue, context); in getDrawable()
375 value.isFramework() ? null : context.getProjectKey()); in getDrawable()
381 value.isFramework() ? null : context.getProjectKey()); in getDrawable()
401 isFramework) { in getFont() argument
443 parser, context, isFramework); in getFont()
476 return getFont(value.getValue(), context, theme, value.isFramework()); in getFont()
480 boolean isFramework, String cacheKey, BridgeContext context) throws IOException { in getNinePatchDrawable() argument
[all …]
DLayout.java514 private int getDimension(String attr, boolean isFramework, int defaultValue) { in getDimension() argument
515 ResourceValue value = mResources.findItemInTheme(attr, isFramework); in getDimension()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java399 if (value.isFramework()) { in resolveThemeAttribute()
448 boolean isPlatformLayout = resource.isFramework(); in inflateView()
456 this, resource.isFramework()); in inflateView()
494 this, resource.isFramework()); in inflateView()
677 style = mRenderResources.getStyle(ref.getName(), ref.isFramework()); in obtainStyledAttributes()
799 item = mRenderResources.findResValue(item.getValue(), item.isFramework()); in obtainStyledAttributes()
876 boolean frameworkAttr = attributeHolder.isFramework; in obtainStyledAttributes()
1031 boolean frameworkAttr = attrHolder.isFramework; in createStyleBasedTypedArray()
1071 boolean isFramework = false; in searchAttrs()
1073 isFramework = true; in searchAttrs()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java198 private Drawable getDrawable(@NonNull String name, boolean isFramework) { in getDrawable() argument
200 ResourceValue value = res.findResValue(name, isFramework); in getDrawable()
DFrameworkActionBarWrapper.java368 private Drawable getDrawable(@NonNull String name, boolean isFramework) { in getDrawable() argument
370 ResourceValue value = res.findResValue(name, isFramework); in getDrawable()
DBridgeActionBar.java63 if (layoutName.isFramework()) { in BridgeActionBar()
DFrameworkActionBar.java96 layoutName.isFramework()); in getLayoutResource()
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java104 public void bridgeSetValue(int index, String name, boolean isFramework, int resourceId, in bridgeSetValue() argument
109 mIsFramework[index] = isFramework; in bridgeSetValue()
578 if (mPlatformFile || resValue.isFramework()) { in getResourceId()
667 if (resValue.isFramework()) { in getResourceId()
DResources_Delegate.java233 String resource = (resourceValue.isFramework() ? "@android:" : "@") + "color/" in getColor()
326 resolveReference(resources, resValue.getValue(), resValue.isFramework())}; in getTextArray()
340 resolveReference(resources, resValue.getValue(), resValue.isFramework())}; in getStringArray()
356 T s = (T) resolveReference(resources, iterator.next(), resValue.isFramework()); in fillValues()
370 String firstValue = resolveReference(resources, rv.getValue(), rv.isFramework()); in getIntArray()
384 String element = resolveReference(resources, iterator.next(), resValue.isFramework()); in getIntArray()
DResources_Theme_Delegate.java144 if (theme.isFramework()) { in resolveStyle()
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java300 parser, bridgeContext, value.isFramework()); in inflate()
379 if (resValue.isFramework()) { in setupViewInContext()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java299 if (mPlatformFile || resource.isFramework()) { in resolveResourceValue()