summaryrefslogtreecommitdiffstats
path: root/src_ui_overrides
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-06-05 15:18:39 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-06-06 15:35:45 -0700
commit0b1cb75ee8384528721f66fd1881013c53e5d750 (patch)
treeda0306489145be12473660f7bf0b1bdb5df52e7b /src_ui_overrides
parent256762251e484ee8d51b71ffb39f76f5e7237376 (diff)
downloadandroid_packages_apps_Trebuchet-0b1cb75ee8384528721f66fd1881013c53e5d750.tar.gz
android_packages_apps_Trebuchet-0b1cb75ee8384528721f66fd1881013c53e5d750.tar.bz2
android_packages_apps_Trebuchet-0b1cb75ee8384528721f66fd1881013c53e5d750.zip
Disable seamless rotation for 3 and 2 button mode
Bug: 134095068 Change-Id: I8603e49a85b5524a02c9085485a180b022e3f91e
Diffstat (limited to 'src_ui_overrides')
-rw-r--r--src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java b/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
index 550327d96..e41916cf4 100644
--- a/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
+++ b/src_ui_overrides/com/android/launcher3/uioverrides/UiFactory.java
@@ -27,7 +27,6 @@ import com.android.launcher3.DeviceProfile;
import com.android.launcher3.Launcher;
import com.android.launcher3.LauncherState.ScaleAndTranslation;
import com.android.launcher3.LauncherStateManager.StateHandler;
-import com.android.launcher3.dragndrop.DragLayer;
import com.android.launcher3.graphics.RotationMode;
import com.android.launcher3.util.TouchController;
@@ -40,7 +39,7 @@ public class UiFactory {
launcher.getDragController(), new AllAppsSwipeController(launcher)};
}
- public static Runnable enableLiveTouchControllerChanges(DragLayer dl) {
+ public static Runnable enableLiveUIChanges(Launcher l) {
return null;
}