Home
last modified time | relevance | path

Searched refs:rightKey (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkScalar.cpp32 SkScalar rightKey = keys[right]; in SkScalarInterpFunc() local
34 SkScalar fract = SkScalarDiv(searchKey-leftKey,rightKey-leftKey); in SkScalarInterpFunc()
/external/replicaisland/src/com/replica/replicaisland/
DGame.java554 public void setKeyConfig(int leftKey, int rightKey, int jumpKey, in setKeyConfig() argument
556 BaseObject.sSystemRegistry.inputGameInterface.setKeys(leftKey, rightKey, jumpKey, attackKey); in setKeyConfig()
DAndouKun.java312 …final int rightKey = prefs.getInt(PreferenceConstants.PREFERENCE_RIGHT_KEY, KeyEvent.KEYCODE_DPAD_… in onResume() local
318 mGame.setKeyConfig(leftKey, rightKey, jumpKey, attackKey); in onResume()