summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllApps2D.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-03-10 19:45:00 -0800
committerRomain Guy <romainguy@android.com>2010-03-10 19:45:00 -0800
commit13c2e7b788203f397085bef563bc5597e4c98028 (patch)
treeee6d0995dd498b604f0a9af44f5a266f661311e1 /src/com/android/launcher2/AllApps2D.java
parent63cc18042cacb5d03650bed079440a1ff2b09417 (diff)
downloadandroid_packages_apps_Trebuchet-13c2e7b788203f397085bef563bc5597e4c98028.tar.gz
android_packages_apps_Trebuchet-13c2e7b788203f397085bef563bc5597e4c98028.tar.bz2
android_packages_apps_Trebuchet-13c2e7b788203f397085bef563bc5597e4c98028.zip
Prevent ANR in Home when changing orientation.
Bug #2504556 This solves the issue by keeping the GL context, the RS context and the RS scene around, across orientation changes. Change-Id: I8e3dc6e6bf039087046d49d2826c8800c5bef582
Diffstat (limited to 'src/com/android/launcher2/AllApps2D.java')
-rw-r--r--src/com/android/launcher2/AllApps2D.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/launcher2/AllApps2D.java b/src/com/android/launcher2/AllApps2D.java
index 0bb4ee95f..f02e8c6ae 100644
--- a/src/com/android/launcher2/AllApps2D.java
+++ b/src/com/android/launcher2/AllApps2D.java
@@ -300,6 +300,9 @@ public class AllApps2D
public void dumpState() {
ApplicationInfo.dumpApplicationInfoList(TAG, "mAllAppsList", mAllAppsList);
}
+
+ public void surrender() {
+ }
}