protected class UpdateManager.SuspensionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
index
The index of this redraw suspension
|
(package private) long |
resumeMilli
The system time in millisec that this suspension
will expire and redraws can resume (at least for
this suspension.
|
Constructor and Description |
---|
SuspensionInfo(int index,
long resumeMilli) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
long |
getResumeMilli() |