Searched refs:oldKey (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java1077 final long eventTime, final Key oldKey, final int lastX, final int lastY) {
1083 lastX, lastY, Constants.printableCode(oldKey.getCode()),
1095 final long eventTime, final Key oldKey, final int lastX, final int lastY) {
1106 lastX, lastY, Constants.printableCode(oldKey.getCode()),
1113 private void processSildeOutFromOldKey(final Key oldKey) { argument
1114 setReleasedKeyGraphics(oldKey);
1115 callListenerOnRelease(oldKey, oldKey.getCode(), true /* withSliding */);
1116 startSlidingKeyInput(oldKey);
1121 final long eventTime, final Key oldKey, fina
1076 processPhantomSuddenMoveHack(final Key key, final int x, final int y, final long eventTime, final Key oldKey, final int lastX, final int lastY) argument
1094 processProximateBogusDownMoveUpEventHack(final Key key, final int x, final int y, final long eventTime, final Key oldKey, final int lastX, final int lastY) argument
1120 slideFromOldKeyToNewKey(final Key key, final int x, final int y, final long eventTime, final Key oldKey, final int lastX, final int lastY) argument
1166 slideOutFromOldKey(final Key oldKey, final int x, final int y) argument
[all...]
H A DMoreKeysKeyboardView.java151 final Key oldKey = mCurrentKey;
153 if (newKey != oldKey) {
156 if (oldKey != null) {
157 updateReleaseKeyGraphics(oldKey);
/packages/apps/Email/tests/src/com/android/email/
H A DSecurityPolicyTests.java210 private long assertAccountPolicyConsistent(long accountId, long oldKey) { argument
225 if (oldKey > 0) {
227 Policy.restorePolicyWithId(mMockContext, oldKey));
241 long oldKey = assertAccountPolicyConsistent(account.mId, 0);
246 oldKey = assertAccountPolicyConsistent(account.mId, oldKey);
252 Policy.restorePolicyWithId(mMockContext, oldKey));

Completed in 101 milliseconds