Searched defs:inflated (Results 1 – 7 of 7) sorted by relevance
45 val inflated = layoutInflater.inflate( in <lambda>() constant
69 val inflated = layoutInflater.inflate( in reinflateView() constant
113 View inflated = clone.apply(mContext, mContainer); in clone_clones() local642 View inflated = cloned.apply(mContext, mContainer); in setIntTag() local855 View inflated = rv.apply(mContext, mContainer); in layoutInflaterFactory_replacesImageView_viewReplaced() local876 View inflated = rv.apply(mContext, mContainer); in layoutInflaterFactory_replacesImageView_settersStillFunctional() local
63 final ItemGroup inflated = (ItemGroup) new ItemInflater(context).inflate(entries); in ListMixin() local
106 final ItemHierarchy inflated = new ItemInflater(context).inflate(entries); in parseAttributes() local
198 ByteArrayOutputStream inflated = new ByteArrayOutputStream(); in inflate() local
349 void onInflate(ViewStub stub, View inflated); in onInflate()