Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDialog.java156 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null); in findViewById()
238 inflatedView = ShadowLayoutInflater.from(context).inflate(layoutId, null); in clickOnText()
DShadowLayoutInflater.java21 public class ShadowLayoutInflater { class
DShadowDialogFragment.java45 view = realDialogFragment.onCreateView(ShadowLayoutInflater.from(activity), null, null); in show()
DShadowView.java190 return ShadowLayoutInflater.from(context).inflate(resource, root); in inflate()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java229 ShadowLayoutInflater.class, in getDefaultShadowClasses()
705 public static ShadowLayoutInflater shadowOf(LayoutInflater instance) { in shadowOf()
706 return (ShadowLayoutInflater) shadowOf_(instance); in shadowOf()