Home
last modified time | relevance | path

Searched defs:oldKey (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java63 ExpectedKey[] replacingKeys(final ExpectedKey oldKey); in replacingKeys()
296 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in replaceKeysOfAll()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java854 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processPhantomSuddenMoveHack()
868 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processProximateBogusDownMoveUpEventHack()
886 private void processDraggingFingerOutFromOldKey(final Key oldKey) { in processDraggingFingerOutFromOldKey()
894 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in dragFingerFromOldKeyToNewKey()
939 private void dragFingerOutFromOldKey(final Key oldKey, final int x, final int y) { in dragFingerOutFromOldKey()
955 final Key oldKey = mCurrentKey; in onMoveEventInternal() local
DMoreKeysKeyboardView.java210 final Key oldKey = mCurrentKey; in detectKey() local
/packages/apps/Email/tests/src/com/android/email/
DSecurityPolicyTests.java210 private long assertAccountPolicyConsistent(long accountId, long oldKey) { in assertAccountPolicyConsistent()
241 long oldKey = assertAccountPolicyConsistent(account.mId, 0); in testSettingAccountPolicy() local