Lines Matching refs:bc
187 private static Class<?> findCustomInflater(@NotNull BridgeContext bc, in findCustomInflater() argument
189 ResourceValue value = bc.getRenderResources().findItemInTheme("viewInflaterClass", false); in findCustomInflater()
199 } else if (bc.isAppCompatTheme()) { in findCustomInflater()
221 BridgeContext bc = (BridgeContext) context; in createViewFromCustomInflater() local
222 Class<?> inflaterClass = findCustomInflater(bc, mLayoutlibCallback); in createViewFromCustomInflater()
411 BridgeContext bc = (BridgeContext) context; in setupViewInContext() local
413 Object viewKey = getViewKeyFromParser(attrs, bc, mResourceReference, mIsInMerge); in setupViewInContext()
415 bc.addViewKey(view, viewKey); in setupViewInContext()
420 bc.setScrollXPos(view, value); in setupViewInContext()
425 bc.setScrollYPos(view, value); in setupViewInContext()
434 … ResourceValue resValue = bc.getRenderResources().findResValue(attrListItemValue, false); in setupViewInContext()
446 … RecyclerViewUtil.setAdapter(view, bc, mLayoutlibCallback, resourceId, attrItemCountValue); in setupViewInContext()
491 /*package*/ static Object getViewKeyFromParser(AttributeSet attrs, BridgeContext bc, in getViewKeyFromParser() argument
506 BridgeXmlBlockParser previousParser = bc.getPreviousParser(); in getViewKeyFromParser()