Searched refs:mInflater (Results 1 – 4 of 4) sorted by relevance
49 protected ViewInflater mInflater = new ViewInflater(); field in FullScreenTask72 mInflater.getErrors().clear(); in onCreate()77 mView = mInflater.inflate(getActivity(), xml); in onCreate()80 mInflater.getErrors().add(e.toString()); in onCreate()82 mInflater.setIdList(R.id.class); in onCreate()86 mInflater.setClickListener(mView, this, this); in onCreate()126 return mInflater.getViewAsMap(mView); in getViewAsMap()131 int id = mInflater.getId(idName); in getViewByName()143 result = mInflater.getViewInfo(v); in getViewDetail()150 mInflater.getErrors().clear(); in setViewProperty()[all …]
548 return mFullScreenTask.mInflater.getErrors(); in fullShow()
40 private LayoutInflater mInflater; field in ShadowResourceCursorAdapter54 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in __constructor__()73 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in __constructor__()84 return mInflater.inflate(mLayout, parent, false); in newView()89 return mInflater.inflate(mDropDownLayout, parent, false); in newDropDownView()
34 protected final LayoutInflater mInflater; field in ScriptListAdapter38 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ScriptListAdapter()62 container = (LinearLayout) mInflater.inflate(R.layout.list_item, null); in getView()