Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84af4309 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am 8493e431: Use constant for keycode.

Merge commit '8493e431' into gingerbread-plus-aosp

* commit '8493e431':
  Use constant for keycode.
parents 8957296f 8493e431
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -161,13 +161,13 @@ public class LatinKeyboard extends Keyboard {
            XmlResourceParser parser) {
        Key key = new LatinKey(res, parent, x, y, parser);
        switch (key.codes[0]) {
        case 10:
        case LatinIME.KEYCODE_ENTER:
            mEnterKey = key;
            break;
        case LatinKeyboardView.KEYCODE_F1:
            mF1Key = key;
            break;
        case 32:
        case LatinIME.KEYCODE_SPACE:
            mSpaceKey = key;
            break;
        case KEYCODE_MODE_CHANGE: