Loading services/core/java/com/android/server/input/debug/FocusEventDebugView.java +9 −1 Original line number Diff line number Diff line Loading @@ -313,7 +313,7 @@ public class FocusEventDebugView extends RelativeLayout { case KeyEvent.KEYCODE_FORWARD_DEL: return "\u2326"; case KeyEvent.KEYCODE_ESCAPE: return "ESC"; return "esc"; case KeyEvent.KEYCODE_DPAD_UP: return "\u2191"; case KeyEvent.KEYCODE_DPAD_DOWN: Loading @@ -330,6 +330,14 @@ public class FocusEventDebugView extends RelativeLayout { return "\u2198"; case KeyEvent.KEYCODE_DPAD_DOWN_LEFT: return "\u2199"; case KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE: return "\u23ef"; case KeyEvent.KEYCODE_HOME: return "\u25ef"; case KeyEvent.KEYCODE_BACK: return "\u25c1"; case KeyEvent.KEYCODE_RECENT_APPS: return "\u25a1"; default: break; } Loading Loading
services/core/java/com/android/server/input/debug/FocusEventDebugView.java +9 −1 Original line number Diff line number Diff line Loading @@ -313,7 +313,7 @@ public class FocusEventDebugView extends RelativeLayout { case KeyEvent.KEYCODE_FORWARD_DEL: return "\u2326"; case KeyEvent.KEYCODE_ESCAPE: return "ESC"; return "esc"; case KeyEvent.KEYCODE_DPAD_UP: return "\u2191"; case KeyEvent.KEYCODE_DPAD_DOWN: Loading @@ -330,6 +330,14 @@ public class FocusEventDebugView extends RelativeLayout { return "\u2198"; case KeyEvent.KEYCODE_DPAD_DOWN_LEFT: return "\u2199"; case KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE: return "\u23ef"; case KeyEvent.KEYCODE_HOME: return "\u25ef"; case KeyEvent.KEYCODE_BACK: return "\u25c1"; case KeyEvent.KEYCODE_RECENT_APPS: return "\u25a1"; default: break; } Loading