FileDocCategorySizeDatePackage
TransitionValues.javaAPI DocAndroid 5.1 API461Sat Mar 14 14:09:42 GMT 2015android.transition

TransitionValues.java

package android.transition;
public class TransitionValues
{
public  TransitionValues() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object other) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public final java.util.Map<java.lang.String, java.lang.Object> values;
public android.view.View view;
}