Home
last modified time | relevance | path

Searched refs:mLayoutInflater (Results 1 – 3 of 3) sorted by relevance

/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DMeatAdapter.java28 private final LayoutInflater mLayoutInflater; field in MeatAdapter
32 mLayoutInflater = inflater; in MeatAdapter()
56 view = mLayoutInflater.inflate(mResourceId, parent, false); in getView()
/developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
DMeatAdapter.java36 private final LayoutInflater mLayoutInflater; field in MeatAdapter
47 mLayoutInflater = inflater; in MeatAdapter()
71 view = mLayoutInflater.inflate(mResourceId, parent, false); in getView()
/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java67 private LayoutInflater mLayoutInflater; field in AttractionsGridPagerAdapter
77 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()