Clarify Cue.DIMEN_UNSET is also used for size

PiperOrigin-RevId: 283559073
This commit is contained in:
ibaker 2019-12-03 17:18:27 +00:00 committed by bachinger
parent 14cfb8039f
commit 9adb94e95c

View File

@ -32,7 +32,7 @@ public class Cue {
/** The empty 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.
public static final float DIMEN_UNSET = -Float.MAX_VALUE;