Searched refs:leftKey (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkScalar.cpp33 SkScalar leftKey = keys[right-1]; local
34 SkScalar fract = SkScalarDiv(searchKey-leftKey,rightKey-leftKey);
/external/guava/guava/src/com/google/common/collect/
H A DMaps.java362 K leftKey = entry.getKey();
364 if (right.containsKey(leftKey)) {
365 V rightValue = onlyOnRight.remove(leftKey);
367 onBoth.put(leftKey, leftValue);
371 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
375 onlyOnLeft.put(leftKey, leftValue);
551 K leftKey = entry.getKey();
553 if (right.containsKey(leftKey)) {
554 V rightValue = onlyOnRight.remove(leftKey);
556 onBoth.put(leftKey, leftValu
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java359 K leftKey = entry.getKey();
361 if (right.containsKey(leftKey)) {
362 V rightValue = onlyOnRight.remove(leftKey);
364 onBoth.put(leftKey, leftValue);
368 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
372 onlyOnLeft.put(leftKey, leftValue);
548 K leftKey = entry.getKey();
550 if (right.containsKey(leftKey)) {
551 V rightValue = onlyOnRight.remove(leftKey);
553 onBoth.put(leftKey, leftValu
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java554 public void setKeyConfig(int leftKey, int rightKey, int jumpKey, argument
556 BaseObject.sSystemRegistry.inputGameInterface.setKeys(leftKey, rightKey, jumpKey, attackKey);
H A DAndouKun.java311 final int leftKey = prefs.getInt(PreferenceConstants.PREFERENCE_LEFT_KEY, KeyEvent.KEYCODE_DPAD_LEFT);
318 mGame.setKeyConfig(leftKey, rightKey, jumpKey, attackKey);

Completed in 106 milliseconds