Searched refs:mJumpKeyCode (Results 1 – 2 of 2) sorted by relevance
50 private int mJumpKeyCode; field in KeyboardConfigDialogPreference97 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()
45 private int mJumpKeyCode = KeyEvent.KEYCODE_SPACE; field in InputGameInterface197 final InputButton jumpKey = keys[mJumpKeyCode]; in update()296 mJumpKeyCode = jump; in setKeys()