OSDN Git Service

Optimize call to drawBitmap during screen rotation.
authorJeff Brown <jeffbrown@google.com>
Fri, 21 Jan 2011 22:39:52 +0000 (14:39 -0800)
committerJeff Brown <jeffbrown@google.com>
Fri, 21 Jan 2011 22:39:52 +0000 (14:39 -0800)
commit8db9ac4b7d5f97b0d48cbc0dff5c5730641c9844
treec5a99786527ed7404903ff88f22cf759d73b5153
parent2cb866b948c38923b31331a9b2f031eb9d791e6e
Optimize call to drawBitmap during screen rotation.

Using SRC mode reduces drawBitmap time from 50ms to 15ms.

Change-Id: Ibde82f358d92bd330b8c78c9db1ded6a0b4ba135
services/java/com/android/server/ScreenRotationAnimation.java