Loading services/core/java/com/android/server/input/debug/FocusEventDebugView.java +2 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,8 @@ public class FocusEventDebugView extends RelativeLayout { return; } post(() -> handleRotaryInput(MotionEvent.obtain((MotionEvent) event))); MotionEvent motionEvent = MotionEvent.obtain(event); post(() -> handleRotaryInput(motionEvent)); } private void handleKeyEvent(KeyEvent keyEvent) { Loading Loading
services/core/java/com/android/server/input/debug/FocusEventDebugView.java +2 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,8 @@ public class FocusEventDebugView extends RelativeLayout { return; } post(() -> handleRotaryInput(MotionEvent.obtain((MotionEvent) event))); MotionEvent motionEvent = MotionEvent.obtain(event); post(() -> handleRotaryInput(motionEvent)); } private void handleKeyEvent(KeyEvent keyEvent) { Loading