Searched refs:MyLayoutInflater (Results 1 - 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLayoutInflater.java69 return new MyLayoutInflater(applicationContext);
72 private static class MyLayoutInflater extends LayoutInflater { class in class:ShadowLayoutInflater.LayoutInflaterAppSingletonizer
73 public MyLayoutInflater(Context context) { method in class:ShadowLayoutInflater.LayoutInflaterAppSingletonizer.MyLayoutInflater
78 return bind(new MyLayoutInflater(newContext), newContext);

Completed in 837 milliseconds