FileDocCategorySizeDatePackage
TransitionInflater.javaAPI DocAndroid 5.1 API528Sat Mar 14 14:09:42 GMT 2015android.transition

TransitionInflater.java

package android.transition;
public class TransitionInflater
{
TransitionInflater() { throw new RuntimeException("Stub!"); }
public static  android.transition.TransitionInflater from(android.content.Context context) { throw new RuntimeException("Stub!"); }
public  android.transition.Transition inflateTransition(int resource) { throw new RuntimeException("Stub!"); }
public  android.transition.TransitionManager inflateTransitionManager(int resource, android.view.ViewGroup sceneRoot) { throw new RuntimeException("Stub!"); }
}