Searched refs:getKeyLabel (Results 1 – 1 of 1) sorted by relevance
102 mLeftText.setText(getKeyLabel(mLeftKeyCode)); in onBindDialogView()105 mRightText.setText(getKeyLabel(mRightKeyCode)); in onBindDialogView()108 mJumpText.setText(getKeyLabel(mJumpKeyCode)); in onBindDialogView()111 mAttackText.setText(getKeyLabel(mAttackKeyCode)); in onBindDialogView()139 protected String getKeyLabel(int keycode) { in getKeyLabel() method in KeyboardConfigDialogPreference217 mLeftText.setText(getKeyLabel(keyCode)); in onKey()221 mRightText.setText(getKeyLabel(keyCode)); in onKey()225 mJumpText.setText(getKeyLabel(keyCode)); in onKey()229 mAttackText.setText(getKeyLabel(keyCode)); in onKey()