com.xtremelabs.robolectric.shadows
Class ShadowLayoutInflater
java.lang.Object
com.xtremelabs.robolectric.shadows.ShadowLayoutInflater
@Implements(value=android.view.LayoutInflater.class)
public class ShadowLayoutInflater
- extends java.lang.Object
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 |
ShadowLayoutInflater
public ShadowLayoutInflater()
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)