skia2/platform_tools/android/apps
Jorge Betancourt e3f8030494 [androidkit] implement ThreadedSurface backed by WindowSurface
This moves ownership of the SkSurface to ThreadedSurface::fWindowSurface.

When we pass a Message to the SurfaceThread, we will include  a pointer to ThreadedSurface.fWindowSurface so we can call:
getCanvas() to draw the SkPicture
WindowSurface's constructor so it can hold the WindowContext made during the init

To reference WindowSurface in SurfaceThread, we need to make a header for Surface.cpp (added in this cl)

Change-Id: I8c67223eee301a1b6e0d05934e1f8597cf70bc64
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/404918
Commit-Queue: Jorge Betancourt <jmbetancourt@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2021-05-13 17:15:49 +00:00
..
AndroidKit [androidkit] expose lookAt, perspective, and inverse Matrix construction 2021-05-10 23:25:54 +00:00
androidkitdemo [androidkit] implement ThreadedSurface backed by WindowSurface 2021-05-13 17:15:49 +00:00
gradle/wrapper update gradle version for android projects 2020-06-24 18:36:53 +00:00
skottie [SkottieView] call onAnimationEnd listeners after finished repeating 2021-03-02 15:35:03 +00:00
skqp Add android:exported values to all SkQP activities. 2020-08-17 13:33:09 +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 [androidkit] initial commit for androidkit 2021-04-08 20:21:04 +00:00