Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DBugleSubscriptionPrefs.java73 private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey, in migratePrefBooleanInternal()
85 private void migratePrefStringInternal(final BuglePrefs oldPrefs, final String oldKey, in migratePrefStringInternal()
/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.java793 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processPhantomSuddenMoveHack()
807 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processProximateBogusDownMoveUpEventHack()
825 private void processDraggingFingerOutFromOldKey(final Key oldKey) { in processDraggingFingerOutFromOldKey()
833 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in dragFingerFromOldKeyToNewKey()
878 private void dragFingerOutFromOldKey(final Key oldKey, final int x, final int y) { in dragFingerOutFromOldKey()
894 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
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java992 Key oldKey = keys[oldKeyIndex]; in showPreview() local