Lines Matching refs:BridgeContext
30 import com.android.layoutlib.bridge.android.BridgeContext;
67 import static com.android.layoutlib.bridge.android.BridgeContext.getBaseContext;
112 mLayoutlibCallback = (newContext instanceof BridgeContext) ? in BridgeInflater()
113 ((BridgeContext) newContext).getLayoutlibCallback() : in BridgeInflater()
123 public BridgeInflater(BridgeContext context, LayoutlibCallback layoutlibCallback) { in BridgeInflater()
207 private static Class<?> findCustomInflater(@NotNull BridgeContext bc, in findCustomInflater()
259 if (context instanceof BridgeContext) { in createViewFromCustomInflater()
260 BridgeContext bc = (BridgeContext) context; in createViewFromCustomInflater()
370 if (context instanceof BridgeContext) { in inflate()
371 BridgeContext bridgeContext = (BridgeContext)context; in inflate()
446 if (!(context instanceof BridgeContext)) { in setupViewInContext()
450 BridgeContext bc = (BridgeContext) context; in setupViewInContext()
571 private void setAdapterBinding(View view, BridgeContext bc, ResourceReference listRef, in setAdapterBinding()
655 /*package*/ static Object getViewKeyFromParser(AttributeSet attrs, BridgeContext bc, in getViewKeyFromParser()