summaryrefslogtreecommitdiffstats
path: root/res/raw
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-01-19 17:56:52 -0800
committerJason Sams <rjsams@android.com>2010-01-19 17:56:52 -0800
commit6ec11bc3a80341206be9506619deb7f9171d38c9 (patch)
tree2e83292bcaedd43cb370fe10e7e650e7d8174fbd /res/raw
parentb4ecab24dbff6e6dc9e7929655a55199fc32e8dd (diff)
downloadandroid_packages_apps_Trebuchet-6ec11bc3a80341206be9506619deb7f9171d38c9.tar.gz
android_packages_apps_Trebuchet-6ec11bc3a80341206be9506619deb7f9171d38c9.tar.bz2
android_packages_apps_Trebuchet-6ec11bc3a80341206be9506619deb7f9171d38c9.zip
Change text labels from RGBA to ALPHA8. Reduces memory usage and may increase performance.
Diffstat (limited to 'res/raw')
-rw-r--r--res/raw/allapps.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/raw/allapps.rs b/res/raw/allapps.rs
index edbbcd826..8cbbea2f4 100644
--- a/res/raw/allapps.rs
+++ b/res/raw/allapps.rs
@@ -106,7 +106,7 @@ void move() {
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;