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!"); }
}
|