Home
last modified time | relevance | path

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

/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() argument
860 lastX, lastY, Constants.printableCode(oldKey.getCode()), in processPhantomSuddenMoveHack()
868 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processProximateBogusDownMoveUpEventHack() argument
879 lastX, lastY, Constants.printableCode(oldKey.getCode()), in processProximateBogusDownMoveUpEventHack()
886 private void processDraggingFingerOutFromOldKey(final Key oldKey) { in processDraggingFingerOutFromOldKey() argument
887 setReleasedKeyGraphics(oldKey); in processDraggingFingerOutFromOldKey()
888 callListenerOnRelease(oldKey, oldKey.getCode(), true /* withSliding */); in processDraggingFingerOutFromOldKey()
889 startKeySelectionByDraggingFinger(oldKey); in processDraggingFingerOutFromOldKey()
894 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in dragFingerFromOldKeyToNewKey() argument
898 processDraggingFingerOutFromOldKey(oldKey); in dragFingerFromOldKeyToNewKey()
[all …]
DMoreKeysKeyboardView.java210 final Key oldKey = mCurrentKey; in detectKey() local
212 if (newKey == oldKey) { in detectKey()
216 if (oldKey != null) { in detectKey()
217 updateReleaseKeyGraphics(oldKey); in detectKey()
218 invalidateKey(oldKey); in detectKey()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java63 ExpectedKey[] replacingKeys(final ExpectedKey oldKey); in replacingKeys() argument
171 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in setMoreKeysOf()
172 return new ExpectedKey[] { oldKey.setMoreKeys(moreKeys) }; in setMoreKeysOf()
198 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in setAdditionalMoreKeysPositionOf()
200 oldKey.setAdditionalMoreKeysIndex(additionalMoreKeysIndex) in setAdditionalMoreKeysPositionOf()
274 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in replaceKeyOfLabel()
296 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in replaceKeysOfAll() argument
/packages/apps/Email/tests/src/com/android/email/
DSecurityPolicyTests.java210 private long assertAccountPolicyConsistent(long accountId, long oldKey) { in assertAccountPolicyConsistent() argument
225 if (oldKey > 0) { in assertAccountPolicyConsistent()
227 Policy.restorePolicyWithId(mMockContext, oldKey)); in assertAccountPolicyConsistent()
241 long oldKey = assertAccountPolicyConsistent(account.mId, 0); in testSettingAccountPolicy() local
246 oldKey = assertAccountPolicyConsistent(account.mId, oldKey); in testSettingAccountPolicy()
252 Policy.restorePolicyWithId(mMockContext, oldKey)); in testSettingAccountPolicy()