Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Wearable/src/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()