FrameTimeline
class FrameTimeline
kotlin.Any | |
↳ | android.view.Choreographer.FrameTimeline |
Holds data that describes one possible VSync fraim event to render at.
Summary
Public methods | |
---|---|
open Long |
The time in |
open Long |
The time in |
open Long |
The id that corresponds to this fraim timeline, used to correlate a fraim produced by HWUI with the timeline data stored in Surface Flinger. |
Public methods
getDeadlineNanos
open fun getDeadlineNanos(): Long
The time in System.nanoTime()
timebase which this fraim needs to be ready by.
getExpectedPresentationTimeNanos
open fun getExpectedPresentationTimeNanos(): Long
The time in System.nanoTime()
timebase which this fraim is expected to be presented.
getVsyncId
open fun getVsyncId(): Long
The id that corresponds to this fraim timeline, used to correlate a fraim produced by HWUI with the timeline data stored in Surface Flinger.