Lines Matching refs:layoutlibCallback
123 public BridgeInflater(BridgeContext context, LayoutlibCallback layoutlibCallback) { in BridgeInflater() argument
125 mLayoutlibCallback = layoutlibCallback; in BridgeInflater()
208 @NotNull LayoutlibCallback layoutlibCallback) { in findCustomInflater() argument
210 if (layoutlibCallback.isResourceNamespacingRequired()) { in findCustomInflater()
211 if (layoutlibCallback.hasLegacyAppCompat()) { in findCustomInflater()
213 } else if (layoutlibCallback.hasAndroidXAppCompat()) { in findCustomInflater()
226 return layoutlibCallback.findClass(inflaterName); in findCustomInflater()
235 if (layoutlibCallback.hasLegacyAppCompat()) { in findCustomInflater()
236 return layoutlibCallback.findClass(LEGACY_DEFAULT_APPCOMPAT_INFLATER_NAME); in findCustomInflater()
237 } else if (layoutlibCallback.hasAndroidXAppCompat()) { in findCustomInflater()
238 return layoutlibCallback.findClass(ANDROIDX_DEFAULT_APPCOMPAT_INFLATER_NAME); in findCustomInflater()