Searched refs:layoutInflater (Results 1 – 3 of 3) sorted by relevance
16 private LayoutInflater layoutInflater; field in LayoutInflaterTest20 layoutInflater = LayoutInflater.from(Robolectric.application); in setUp()25 assertNotNull(layoutInflater); in getInstance_shouldReturnSameInstance()26 assertSame(LayoutInflater.from(Robolectric.application), layoutInflater); in getInstance_shouldReturnSameInstance() local27 … assertSame(LayoutInflater.from(new ContextWrapper(Robolectric.application)), layoutInflater); in getInstance_shouldReturnSameInstance() local
26 private static LayoutInflater bind(LayoutInflater layoutInflater, Context context) { in bind() argument27 shadowOf(layoutInflater).context = context; in bind()28 return layoutInflater; in bind()65 shadowApplication.layoutInflater = instance; in set()
92 LayoutInflater layoutInflater; field in ShadowApplication464 return layoutInflater; in getLayoutInflater()