Replacing AllApps/Customize in tablet UI with Apps/Customize.

Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
This commit is contained in:
Winson Chung
2011-06-06 14:27:16 -07:00
parent bf5a5c894d
commit f0ea4d3378
36 changed files with 722 additions and 1003 deletions

View File

@@ -29,7 +29,6 @@ public class LauncherApplication extends Application {
public IconCache mIconCache;
private static boolean sIsScreenLarge;
private static float sScreenDensity;
private static final boolean ENABLE_ROTATION = false;
@Override
public void onCreate() {
@@ -98,10 +97,6 @@ public class LauncherApplication extends Application {
return mModel;
}
public static boolean isInPlaceRotationEnabled() {
return sIsScreenLarge && ENABLE_ROTATION;
}
public static boolean isScreenLarge() {
return sIsScreenLarge;
}