Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLayoutInflater.java22 … private static AppSingletonizer<LayoutInflater> instances = new LayoutInflaterAppSingletonizer();
55 private static class LayoutInflaterAppSingletonizer extends AppSingletonizer<LayoutInflater> { class in ShadowLayoutInflater
56 public LayoutInflaterAppSingletonizer() { in LayoutInflaterAppSingletonizer() method in ShadowLayoutInflater.LayoutInflaterAppSingletonizer