FileDocCategorySizeDatePackage
Size.javaAPI DocAndroid 5.1 API631Sat Mar 14 14:09:42 GMT 2015android.util

Size.java

package android.util;
public final class Size
{
public  Size(int width, int height) { throw new RuntimeException("Stub!"); }
public  int getWidth() { throw new RuntimeException("Stub!"); }
public  int getHeight() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static  android.util.Size parseSize(java.lang.String string) throws java.lang.NumberFormatException { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
}