Searched refs:mLayoutInflater (Results 1 – 3 of 3) sorted by relevance
28 private final LayoutInflater mLayoutInflater; field in MeatAdapter32 mLayoutInflater = inflater; in MeatAdapter()56 view = mLayoutInflater.inflate(mResourceId, parent, false); in getView()
36 private final LayoutInflater mLayoutInflater; field in MeatAdapter47 mLayoutInflater = inflater; in MeatAdapter()71 view = mLayoutInflater.inflate(mResourceId, parent, false); in getView()
67 private LayoutInflater mLayoutInflater; field in AttractionsGridPagerAdapter77 mLayoutInflater = LayoutInflater.from(context); in AttractionsGridPagerAdapter()108 final View view = mLayoutInflater.inflate( in instantiateItem()141 CardScrollView cardScrollView = (CardScrollView) mLayoutInflater.inflate( in instantiateItem()153 final ActionPage navActionPage = (ActionPage) mLayoutInflater.inflate( in instantiateItem()166 final ActionPage openActionPage = (ActionPage) mLayoutInflater.inflate( in instantiateItem()