Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationAssistantAction.java +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,11 @@ public class NavigationAssistantAction extends NavigationGestureAction { return true; } @Override public boolean disableProxyEvents() { return true; } @Override public void onGestureStart(MotionEvent event) { mAssistManager.startAssist(new Bundle()); Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBackAction.java +5 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,11 @@ public class NavigationBackAction extends NavigationGestureAction { } } @Override public boolean disableProxyEvents() { return true; } private void performBack() { sendEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_BACK); sendEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_BACK); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationAssistantAction.java +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,11 @@ public class NavigationAssistantAction extends NavigationGestureAction { return true; } @Override public boolean disableProxyEvents() { return true; } @Override public void onGestureStart(MotionEvent event) { mAssistManager.startAssist(new Bundle()); Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBackAction.java +5 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,11 @@ public class NavigationBackAction extends NavigationGestureAction { } } @Override public boolean disableProxyEvents() { return true; } private void performBack() { sendEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_BACK); sendEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_BACK); Loading