Searched defs:frameTime (Results 1 – 7 of 7) sorted by relevance
335 private void doAnimationFrame(long frameTime) { in doAnimationFrame()358 private void commitAnimationFrame(AnimationFrameCallback callback, long frameTime) { in commitAnimationFrame()484 boolean doAnimationFrame(long frameTime); in doAnimationFrame()501 void commitAnimationFrame(long frameTime); in commitAnimationFrame()
1358 public void commitAnimationFrame(long frameTime) { in commitAnimationFrame()1572 boolean pulseAnimationFrame(long frameTime) { in pulseAnimationFrame()
521 boolean pulseAnimationFrame(long frameTime) { in pulseAnimationFrame()
671 public boolean doAnimationFrame(long frameTime) { in doAnimationFrame()696 public void commitAnimationFrame(long frameTime) { in commitAnimationFrame()
45 static uint32_t frameCountIndexForFrameTime(nsecs_t frameTime) { in frameCountIndexForFrameTime()
301 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents()
4703 long frameTime = nowTime - mFpsPrevTime; in trackFPS() local