Searched defs:isFramework (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java126 parser, context, resValue.isFramework());
187 new FileInputStream(file), density, value.isFramework(),
206 parser, context, value.isFramework());
230 value.isFramework() ? null : context.getProjectKey());
236 value.isFramework() ? null : context.getProjectKey());
263 boolean isFramework, String cacheKey, BridgeContext context) throws IOException {
266 isFramework ? null : context.getProjectKey());
268 isFramework ? null : context.getProjectKey());
280 isFramework ? null : context.getProjectKey());
289 isFramework
262 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.java74 * @param isFramework whether the attribute is in the android namespace.
77 public void bridgeSetValue(int index, String name, boolean isFramework, ResourceValue value) { argument
80 mIsFramework[index] = isFramework;
371 parser, mContext, resValue.isFramework());
681 if (mPlatformFile || resValue.isFramework()) {
736 if (resValue.isFramework()) {

Completed in 425 milliseconds