Commit 9adb94e9 by ibaker Committed by bachinger

Clarify Cue.DIMEN_UNSET is also used for size

PiperOrigin-RevId: 283559073
parent 14cfb803
...@@ -32,7 +32,7 @@ public class Cue { ...@@ -32,7 +32,7 @@ public class Cue {
/** The empty cue. */ /** The empty cue. */
public static final Cue EMPTY = new Cue(""); public static final Cue EMPTY = new Cue("");
/** An unset position or width. */ /** An unset position, width or size. */
// Note: We deliberately don't use Float.MIN_VALUE because it's positive & very close to zero. // Note: We deliberately don't use Float.MIN_VALUE because it's positive & very close to zero.
public static final float DIMEN_UNSET = -Float.MAX_VALUE; public static final float DIMEN_UNSET = -Float.MAX_VALUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment