Searched refs:LAYOUT_INFLATER_SERVICE (Results 1 – 12 of 12) sorted by relevance
54 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in __constructor__()73 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in __constructor__()
51 SYSTEM_SERVICE_MAP.put(Context.LAYOUT_INFLATER_SERVICE, "android.view.LayoutInflater"); in SYSTEM_SERVICE_MAP.put() argument151 if (name.equals(Context.LAYOUT_INFLATER_SERVICE)) { in getSystemService()
33 …ayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in CustomToastSystem()
38 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ScriptListAdapter()
63 …youtInflater inf = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
100 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
130 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
234 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
239 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
52 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in DurationPicker()
106 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in NumberPicker()
72 checkSystemService(Context.LAYOUT_INFLATER_SERVICE, android.view.LayoutInflater.class); in shouldProvideServices()