Searched defs:oldKey (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | ExpectedKeyboardBuilder.java | 63 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/ |
D | PointerTracker.java | 854 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
|
D | MoreKeysKeyboardView.java | 210 final Key oldKey = mCurrentKey; in detectKey() local
|
/packages/apps/Email/tests/src/com/android/email/ |
D | SecurityPolicyTests.java | 210 private long assertAccountPolicyConsistent(long accountId, long oldKey) { in assertAccountPolicyConsistent() 241 long oldKey = assertAccountPolicyConsistent(account.mId, 0); in testSettingAccountPolicy() local
|