commit | 6ec11bc3a80341206be9506619deb7f9171d38c9 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Jan 19 17:56:52 2010 -0800 |
committer | Jason Sams <rjsams@android.com> | Tue Jan 19 17:56:52 2010 -0800 |
tree | 2e83292bcaedd43cb370fe10e7e650e7d8174fbd | |
parent | b4ecab24dbff6e6dc9e7929655a55199fc32e8dd [diff] |
Change text labels from RGBA to ALPHA8. Reduces memory usage and may increase performance.
diff --git a/res/raw/allapps.rs b/res/raw/allapps.rs index edbbcd8..8cbbea2 100644 --- a/res/raw/allapps.rs +++ b/res/raw/allapps.rs
@@ -106,7 +106,7 @@ if (g_LastTouchDown) { float dx = -(state->newPositionX - g_LastPositionX); g_PosVelocity = 0; - g_PosPage += dx * 4; + g_PosPage += dx * 5.2f; float pmin = -0.49f; float pmax = g_PosMax + 0.49f;