OSDN Git Service

Use non-fast JNI for Canvas.native_drawBitmap.
authorHiroshi Yamauchi <yamauchi@google.com>
Tue, 26 Jul 2016 01:02:56 +0000 (18:02 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Tue, 26 Jul 2016 01:02:56 +0000 (18:02 -0700)
commitbce8866506ae291d916a7ad02bae64e92ed2c623
tree4d0abfea85b092278548dd961b728956f4a7d9c8
parentad749416991e037fe6a875fa072c5bb8ed4c0a39
Use non-fast JNI for Canvas.native_drawBitmap.

To avoid long GC thread suspension in the testWidgetsContainerFling
jank test.

(cherrypick commit efbf4efba0b006847f6d9c9b807d8cdc2d307589)

Bug: 30190862

Change-Id: I63011592bd3d3e9e8536705037bbad889cb297f8
core/jni/android_graphics_Canvas.cpp