Searched defs:oldKey (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | BugleSubscriptionPrefs.java | 73 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/ |
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 | 793 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
|
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
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 992 Key oldKey = keys[oldKeyIndex]; in showPreview() local
|