Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResourceCursorAdapter.java54 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in __constructor__()
73 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in __constructor__()
DShadowApplication.java51 SYSTEM_SERVICE_MAP.put(Context.LAYOUT_INFLATER_SERVICE, "android.view.LayoutInflater"); in SYSTEM_SERVICE_MAP.put() argument
151 if (name.equals(Context.LAYOUT_INFLATER_SERVICE)) { in getSystemService()
/external/replicaisland/src/com/replica/replicaisland/
DCustomToastSystem.java33 …ayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in CustomToastSystem()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
DScriptListAdapter.java38 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ScriptListAdapter()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DListViewActivity.java63 …youtInflater inf = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DApiPrompt.java99 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
DInterpreterPicker.java129 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
DScriptProcessMonitor.java233 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
DInterpreterManager.java239 (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); in getView()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DDurationPicker.java52 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in DurationPicker()
DNumberPicker.java106 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in NumberPicker()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java72 checkSystemService(Context.LAYOUT_INFLATER_SERVICE, android.view.LayoutInflater.class); in shouldProvideServices()