Home
last modified time | relevance | path

Searched refs:oldKey (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java793 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processPhantomSuddenMoveHack() argument
799 lastX, lastY, Constants.printableCode(oldKey.getCode()), in processPhantomSuddenMoveHack()
807 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processProximateBogusDownMoveUpEventHack() argument
818 lastX, lastY, Constants.printableCode(oldKey.getCode()), in processProximateBogusDownMoveUpEventHack()
825 private void processDraggingFingerOutFromOldKey(final Key oldKey) { in processDraggingFingerOutFromOldKey() argument
826 setReleasedKeyGraphics(oldKey, true /* withAnimation */); in processDraggingFingerOutFromOldKey()
827 callListenerOnRelease(oldKey, oldKey.getCode(), true /* withSliding */); in processDraggingFingerOutFromOldKey()
828 startKeySelectionByDraggingFinger(oldKey); in processDraggingFingerOutFromOldKey()
833 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in dragFingerFromOldKeyToNewKey() argument
837 processDraggingFingerOutFromOldKey(oldKey); in dragFingerFromOldKeyToNewKey()
[all …]
DMoreKeysKeyboardView.java210 final Key oldKey = mCurrentKey; in detectKey() local
212 if (newKey == oldKey) { in detectKey()
216 if (oldKey != null) { in detectKey()
217 updateReleaseKeyGraphics(oldKey); in detectKey()
218 invalidateKey(oldKey); in detectKey()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java63 ExpectedKey[] replacingKeys(final ExpectedKey oldKey); in replacingKeys() argument
171 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in setMoreKeysOf()
172 return new ExpectedKey[] { oldKey.setMoreKeys(moreKeys) }; in setMoreKeysOf()
198 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in setAdditionalMoreKeysPositionOf()
200 oldKey.setAdditionalMoreKeysIndex(additionalMoreKeysIndex) in setAdditionalMoreKeysPositionOf()
274 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in replaceKeyOfLabel()
296 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in replaceKeysOfAll() argument
/packages/apps/Messaging/src/com/android/messaging/util/
DBugleSubscriptionPrefs.java73 private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey, in migratePrefBooleanInternal() argument
77 final boolean oldValue = oldPrefs.getBoolean(oldKey, defaultValue); in migratePrefBooleanInternal()
85 private void migratePrefStringInternal(final BuglePrefs oldPrefs, final String oldKey, in migratePrefStringInternal() argument
88 final String oldValue = oldPrefs.getString(oldKey, defaultValue); in migratePrefStringInternal()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java995 Key oldKey = keys[oldKeyIndex]; in showPreview() local
999 oldKey.pressed = false; in showPreview()