Searched refs:lastFrame (Results 1 – 5 of 5) sorted by relevance
39 private var lastFrame: Long? = null45 Choreographer.getMainThreadInstance()?.frameTime == lastFrame54 lastFrame = Choreographer.getMainThreadInstance()?.frameTime
55 float lastFrame = numAnimFrames - 1; in createLUT() local57 float inValue = i / lastFrame; in createLUT()
1517 float lastFrame = numAnimFrames - 1; in createFloatDataPoints() local1519 float fraction = i / lastFrame; in createFloatDataPoints()1529 float lastFrame = numAnimFrames - 1; in createIntDataPoints() local1531 float fraction = i / lastFrame; in createIntDataPoints()
1597 nsecs_t lastFrame = systemTime(); in playAnimation() local1665 nsecs_t delay = frameDuration - (now - lastFrame); in playAnimation()1667 lastFrame = now; in playAnimation()
1348 final Rect lastFrame = windowFrames.mLastFrame; in setFrames() local1350 if (lastFrame.width() != frame.width() || lastFrame.height() != frame.height()) { in setFrames()