Searched refs:isFramework (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java127 parser, context, resValue.isFramework());
191 new FileInputStream(file), density, value.isFramework(),
210 parser, context, value.isFramework());
234 value.isFramework() ? null : context.getProjectKey());
240 value.isFramework() ? null : context.getProjectKey());
267 boolean isFramework, String cacheKey, BridgeContext context) throws IOException {
270 isFramework ? null : context.getProjectKey());
272 isFramework ? null : context.getProjectKey());
284 isFramework ? null : context.getProjectKey());
293 isFramework
266 getNinePatchDrawable(InputStream inputStream, Density density, boolean isFramework, String cacheKey, BridgeContext context) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java73 * @param isFramework whether the attribute is in the android namespace.
76 public void bridgeSetValue(int index, String name, boolean isFramework, ResourceValue value) { argument
79 mIsFramework[index] = isFramework;
291 parser, mContext, resValue.isFramework());
568 if (mPlatformFile || resValue.isFramework()) {
623 if (resValue.isFramework()) {
H A DResources_Theme_Delegate.java133 if (theme.isFramework()) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java286 if (value.isFramework()) {
332 boolean isPlatformLayout = resource.isFramework();
340 this, resource.isFramework());
378 this, resource.isFramework());
601 item = mRenderResources.findResValue(item.getValue(), item.isFramework());
782 * each attributes. The information is (name, isFramework)
794 boolean isFramework = false;
796 isFramework = true;
802 results.add(Pair.of(resolvedResource.getSecond(), isFramework));
815 * @return A (name, isFramework) pai
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DActionBarLayout.java135 ResourceValue titleValue = res.findResValue(mTitle, false /*isFramework*/);
160 Drawable iconDrawable = getDrawable(mIcon, false /*isFramework*/);
218 private Drawable getDrawable(@NonNull String name, boolean isFramework) { argument
219 ResourceValue value = res.findResValue(name, isFramework);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java273 if (mPlatformFile || resource.isFramework()) {

Completed in 216 milliseconds