Searched defs:lastFrame (Results 1 – 9 of 9) sorted by relevance
39 private var lastFrame: Long? = null variable
55 float lastFrame = numAnimFrames - 1; in createLUT() local
92 CameraMetadata lastFrame; in dump() local
330 const int lastFrame = (frameNr + maxFrame - 1) % maxFrame; in drawFrame() local
365 const int lastFrame = (frameNr + frameCount - 1) % frameCount; in drawFrame() local
1517 float lastFrame = numAnimFrames - 1; in createFloatDataPoints() local1529 float lastFrame = numAnimFrames - 1; in createIntDataPoints() local
1591 nsecs_t lastFrame = systemTime(); in playAnimation() local
2530 bool Surface::waitForNextFrame(uint64_t lastFrame, nsecs_t timeout) { in waitForNextFrame()
1391 final Rect lastFrame = windowFrames.mLastFrame; in setFrames() local