HomeSort by relevance Sort by last modified time
    Searched refs:oldKey (Results 1 - 10 of 10) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 499 final Key oldKey = getKey(oldKeyIndex);
502 if (oldKey == null) {
518 callListenerOnRelease(oldKey, oldKey.mCode, true);
519 startSlidingKeyInput(oldKey);
551 if (oldKey != null && isMajorEnoughMoveToBeOnNewKey(x, y, keyIndex)) {
555 callListenerOnRelease(oldKey, oldKey.mCode, true);
556 startSlidingKeyInput(oldKey);
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 210 private long assertAccountPolicyConsistent(long accountId, long oldKey) {
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));
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 731 RefPtr<IDBKey> oldKey = m_currentKey;
752 if (!m_currentKey->isEqual(oldKey.get()))
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 1556 milliseconds