From 6b435c2a6aab0bd8a8348e923fe16ea81dfec2eb Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Mon, 22 Apr 2019 15:52:41 -0700 Subject: [PATCH] Removing left over experimental overlays and frame width (2/2) Frame width is not used because navigation bar is always on the bottom. Test: manual Bug: 113952590 Change-Id: I48c29ffa4ca982a7aa20e2cced019e50580fe302 (cherry picked from commit 69a329e79eb68479deab73b0c116a8e812c6fcac) --- .../src/com/android/quickstep/TouchInteractionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java index 8b9a597d24..fc3f332d5d 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java @@ -87,7 +87,7 @@ public class TouchInteractionService extends Service implements new LooperExecutor(UiThreadHelper.getBackgroundLooper()); private static final String NAVBAR_VERTICAL_SIZE = "navigation_bar_frame_height"; - private static final String NAVBAR_HORIZONTAL_SIZE = "navigation_bar_frame_width"; + private static final String NAVBAR_HORIZONTAL_SIZE = "navigation_bar_width"; public static final EventLogArray TOUCH_INTERACTION_LOG = new EventLogArray("touch_interaction_log", 40);