Searched refs:rightKey (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkScalar.cpp | 32 SkScalar rightKey = keys[right]; in SkScalarInterpFunc() local 34 SkScalar fract = SkScalarDiv(searchKey-leftKey,rightKey-leftKey); in SkScalarInterpFunc()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Game.java | 554 public void setKeyConfig(int leftKey, int rightKey, int jumpKey, in setKeyConfig() argument 556 BaseObject.sSystemRegistry.inputGameInterface.setKeys(leftKey, rightKey, jumpKey, attackKey); in setKeyConfig()
|
D | AndouKun.java | 312 …final int rightKey = prefs.getInt(PreferenceConstants.PREFERENCE_RIGHT_KEY, KeyEvent.KEYCODE_DPAD_… in onResume() local 318 mGame.setKeyConfig(leftKey, rightKey, jumpKey, attackKey); in onResume()
|