Searched refs:ShadowLayoutInflater (Results 1 – 5 of 5) sorted by relevance
156 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null); in findViewById()238 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null); in clickOnText()
21 public class ShadowLayoutInflater { class
45 view = realDialogFragment.onCreateView(ShadowLayoutInflater.from(activity), null, null); in show()
190 return ShadowLayoutInflater.from(context).inflate(resource, root); in inflate()
229 ShadowLayoutInflater.class, in getDefaultShadowClasses()705 public static ShadowLayoutInflater shadowOf(LayoutInflater instance) { in shadowOf()706 return (ShadowLayoutInflater) shadowOf_(instance); in shadowOf()