Home
last modified time | relevance | path

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

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