Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScalar.cpp32 SkScalar rightKey = keys[right]; in SkScalarInterpFunc() local
34 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealMatrix.java206 final int rightKey = m.computeKey(k, j); in multiply() local
207 if (m.entries.containsKey(rightKey)) { in multiply()
210 out.entries.get(outKey) + value * m.entries.get(rightKey); in multiply()
/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()