Searched defs:SizeF (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DSizeF.java29 public final class SizeF { class
31 * Create a new immutable SizeF instance.
42 public SizeF(final float width, final float height) { method in class:SizeF
82 if (obj instanceof SizeF) {
83 final SizeF other = (SizeF) obj;
100 throw new NumberFormatException("Invalid SizeF: \"" + s + "\"");
110 * For any {@code SizeF s}: {@code SizeF.parseSizeF(s.toString()).equals(s)}.
115 * "<i>width</i>{@code *}<i>height</i>" {@code => new SizeF(widt
[all...]

Completed in 53 milliseconds