Searched defs:layoutInflater (Results 1 - 4 of 4) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLayoutInflaterTest.java16 private LayoutInflater layoutInflater; field in class:LayoutInflaterTest
20 layoutInflater = LayoutInflater.from(Robolectric.application);
25 assertNotNull(layoutInflater);
26 assertSame(LayoutInflater.from(Robolectric.application), layoutInflater);
27 assertSame(LayoutInflater.from(new ContextWrapper(Robolectric.application)), layoutInflater);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLayoutInflater.java26 private static LayoutInflater bind(LayoutInflater layoutInflater, Context context) { argument
27 shadowOf(layoutInflater).context = context;
28 return layoutInflater;
65 shadowApplication.layoutInflater = instance;
H A DShadowApplication.java92 LayoutInflater layoutInflater; field in class:ShadowApplication
464 return layoutInflater;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 985 milliseconds