Searched refs:mLayoutInflater (Results 1 – 3 of 3) sorted by relevance
148 private LayoutInflater mLayoutInflater; field in WallpaperChooser.ImageAdapter151 mLayoutInflater = context.getLayoutInflater(); in ImageAdapter()170 image = (ImageView) mLayoutInflater.inflate(R.layout.wallpaper_item, parent, false); in getView()
149 private LayoutInflater mLayoutInflater; field in WallpaperChooser.ImageAdapter152 mLayoutInflater = context.getLayoutInflater(); in ImageAdapter()171 image = (ImageView) mLayoutInflater.inflate(R.layout.wallpaper_item, parent, false); in getView()
231 private LayoutInflater mLayoutInflater; field in EventInfoActivity320 mLayoutInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in onCreate()906 View titleView = mLayoutInflater.inflate(R.layout.contact_item, null); in addAttendeesToLayout()925 View v = mLayoutInflater.inflate(R.layout.contact_item, null); in addAttendeesToLayout()