Clarify Cue.DIMEN_UNSET is also used for size
PiperOrigin-RevId: 283559073
This commit is contained in:
parent
14cfb8039f
commit
9adb94e95c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user