Searched refs:mJumpKeyCode (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DKeyboardConfigDialogPreference.java50 private int mJumpKeyCode; field in class:KeyboardConfigDialogPreference
97 mJumpKeyCode = mSharedPrefs.getInt(mJumpPrefKey, KeyEvent.KEYCODE_SPACE);
108 mJumpText.setText(getKeyLabel(mJumpKeyCode));
197 editor.putInt(mJumpPrefKey, mJumpKeyCode);
226 mJumpKeyCode = keyCode;
H A DInputGameInterface.java45 private int mJumpKeyCode = KeyEvent.KEYCODE_SPACE; field in class:InputGameInterface
197 final InputButton jumpKey = keys[mJumpKeyCode];
296 mJumpKeyCode = jump;

Completed in 296 milliseconds