skia2/platform_tools/android/apps
Hal Canary 41248071ac tools: separate TimeUtils from AnimTimer
gm, slides, and samples no longer need to know about the implementation
details of AnimTimer.

This
    virtual bool onAnimate(const AnimTimer&);
becomes this:
    virtual bool onAnimate(double /*nanoseconds*/);
which is much easier to reason about.

AnimTimer itself is now part of viewer.

Change-Id: Ib70bf7a0798b1991f25204ae84f70463cdbeb358
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/226838
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-07-12 15:05:01 +00:00
..
arcore tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
gradle/wrapper Update android apps to latest android plugin 2018-10-04 16:39:06 +00:00
skar_java SkAR Java: fixed runtime bugs, better UI 2018-07-27 19:47:18 +00:00
skottie rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
skqp SkQP: fix Filterable.filter 2019-06-25 13:50:39 +00:00
viewer Update android apps to latest android plugin 2018-10-04 16:39:06 +00:00
build.gradle Add support for Windows to the gradle builds 2019-01-08 20:01:29 +00:00
gradlew Add gradle wrappers for Android app builds 2015-07-08 10:50:42 -07:00
robotium.cfg VisualBenchTest: Write JSON output 2015-08-20 09:12:39 -07:00
settings.gradle Prototype an Android lottie player 2018-08-02 16:20:13 +00:00