summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderthread/TimeLord.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-08-14 09:02:01 -0700
committerJohn Reck <jreck@google.com>2014-08-27 17:44:25 -0700
commit119907cd2575c56b1ebf66348b52e67aaf6a88d8 (patch)
tree9990e37a560021560316ac2cfc6cf4c64df9cb92 /libs/hwui/renderthread/TimeLord.cpp
parent1698297daf8068bc9e6971d43744d48f1672bab2 (diff)
downloadframeworks_base-119907cd2575c56b1ebf66348b52e67aaf6a88d8.zip
frameworks_base-119907cd2575c56b1ebf66348b52e67aaf6a88d8.tar.gz
frameworks_base-119907cd2575c56b1ebf66348b52e67aaf6a88d8.tar.bz2
Animator stuff
Bug: 17228458 Change-Id: Id884a429a512f9cd2be0ed16dbd0f10e92b4440d
Diffstat (limited to 'libs/hwui/renderthread/TimeLord.cpp')
-rw-r--r--libs/hwui/renderthread/TimeLord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/TimeLord.cpp b/libs/hwui/renderthread/TimeLord.cpp
index 758d96e..cf3d039 100644
--- a/libs/hwui/renderthread/TimeLord.cpp
+++ b/libs/hwui/renderthread/TimeLord.cpp
@@ -30,7 +30,7 @@ void TimeLord::vsyncReceived(nsecs_t vsync) {
}
}
-nsecs_t TimeLord::frameTimeMs() {
+nsecs_t TimeLord::computeFrameTimeMs() {
// Logic copied from Choreographer.java
nsecs_t now = systemTime(CLOCK_MONOTONIC);
nsecs_t jitterNanos = now - mFrameTimeNanos;