OSDN Git Service

Move SkMovie into frameworks/base
authorLeon Scroggins III <scroggo@google.com>
Wed, 26 Oct 2016 13:45:45 +0000 (09:45 -0400)
committerLeon Scroggins <scroggo@google.com>
Thu, 27 Oct 2016 13:56:58 +0000 (13:56 +0000)
commitb5e74b90b26e6ad7c075d60ff11a14c1fd99230d
tree4da517788efb9000de8cbe1771cf5e33d84cf236
parent4bcf5e7c473e9eab4bae3a6bd1c6e323da2e4ba6
Move SkMovie into frameworks/base

Test: Refactor. Relying on existing tests of android.graphics.Movie.

Skia is no longer working on SkMovie, so move it to the only place that
it is used.

Files moved from Skia (all the added files) are unchanged except for
renames (SkMovie -> Movie; SkGIFMovie -> GIFMovie).

Change-Id: I5f12d5def5fe825dda637f8aecf84e73e2dae9ca
core/jni/Android.mk
core/jni/android/graphics/GIFMovie.cpp [new file with mode: 0644]
core/jni/android/graphics/Movie.cpp
core/jni/android/graphics/Movie.h [new file with mode: 0644]
core/jni/android/graphics/MovieImpl.cpp [new file with mode: 0644]
core/jni/android/graphics/Movie_FactoryDefault.cpp [new file with mode: 0644]