com.xtremelabs.robolectric.shadows
Class ShadowLayoutInflater

java.lang.Object
  extended by com.xtremelabs.robolectric.shadows.ShadowLayoutInflater

@Implements(value=android.view.LayoutInflater.class)
public class ShadowLayoutInflater
extends java.lang.Object


Constructor Summary
ShadowLayoutInflater()
           
 
Method Summary
static android.view.LayoutInflater from(android.content.Context context)
           
 android.view.View inflate(int resource, android.view.ViewGroup root)
           
 android.view.View inflate(int resource, android.view.ViewGroup root, boolean attachToRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowLayoutInflater

public ShadowLayoutInflater()
Method Detail

from

@Implementation
public static android.view.LayoutInflater from(android.content.Context context)

inflate

@Implementation
public android.view.View inflate(int resource,
                                                android.view.ViewGroup root,
                                                boolean attachToRoot)

inflate

@Implementation
public android.view.View inflate(int resource,
                                                android.view.ViewGroup root)