FileDocCategorySizeDatePackage
SizeF.javaAPI DocAndroid 5.1 API643Sat Mar 14 14:09:42 GMT 2015android.util

SizeF.java

package android.util;
public final class SizeF
{
public  SizeF(float width, float height) { throw new RuntimeException("Stub!"); }
public  float getWidth() { throw new RuntimeException("Stub!"); }
public  float 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.SizeF parseSizeF(java.lang.String string) throws java.lang.NumberFormatException { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
}