Searched refs:mLayoutlibCallback (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/android/view/ |
H A D | BridgeInflater.java | 75 private final LayoutlibCallback mLayoutlibCallback; field in BridgeInflater 103 mLayoutlibCallback = (newContext instanceof BridgeContext) ? in BridgeInflater() 116 mLayoutlibCallback = layoutlibCallback; in BridgeInflater() 249 Class<?> inflaterClass = findCustomInflater(bc, mLayoutlibCallback); in createViewFromCustomInflater() 365 layoutInfo = mLayoutlibCallback.resolveResourceId(resource); in inflate() 404 if (mLayoutlibCallback != null) { in loadCustomView() 416 mLayoutlibCallback.loadClass(name, mConstructorSignature, mConstructorArgs) in loadCustomView() 417 : mLayoutlibCallback.loadView(name, mConstructorSignature, mConstructorArgs); in loadCustomView() 466 … RecyclerViewUtil.setAdapter(view, bc, mLayoutlibCallback, resourceId, attrItemCountValue); in setupViewInContext()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeContext.java | 167 private final LayoutlibCallback mLayoutlibCallback; field in BridgeContext 239 mLayoutlibCallback = layoutlibCallback; in BridgeContext() 292 mLayoutlibCallback); in initResources() 337 return mLayoutlibCallback; in getLayoutlibCallback() 472 if (mLayoutlibCallback != null) { in resolveId() 1157 } else if (mLayoutlibCallback != null) { in getResourceId() 2119 mLayoutlibCallback.error(message, details); in error() 2124 mLayoutlibCallback.error(message, t); in error() 2129 mLayoutlibCallback.error(t); in error() 2134 mLayoutlibCallback.warn(message, t); in warn() [all …]
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | SessionParamsBuilder.java | 56 private LayoutlibCallback mLayoutlibCallback; field in SessionParamsBuilder 121 mLayoutlibCallback = callback; in setCallback() 198 assert mLayoutlibCallback != null; in build() 211 caching */, mConfigGenerator.getHardwareConfig(), resourceResolver, mLayoutlibCallback, in build()
|