Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DNonDistinctMultitouchHelper.java85 final Key newKey = mainTracker.getKeyOn(x, y); in processMotionEvent() local
DKeyboardParams.java98 public void onAddKey(final Key newKey) { in onAddKey()
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasSyncBase.java130 final String newKey = getSyncKey(); in performOperation() local
/packages/apps/Exchange/src/com/android/exchange/adapter/
DAbstractSyncParser.java199 String newKey = getValue(); in parse() local
DFolderSyncParser.java251 final String newKey = getValue(); in parse() local
/packages/apps/Camera2/src/com/android/camera/util/
DConcurrentSharedRingBuffer.java196 public boolean swapLeast(long newKey, SwapTask<E> swapper) { in swapLeast()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java555 private Key onMoveToNewKey(final Key newKey, final int x, final int y) { in onMoveToNewKey()
836 private void processDraggingFingerInToNewKey(final Key newKey, final int x, final int y, in processDraggingFingerInToNewKey()
956 final Key newKey = onMoveKey(x, y); in onMoveEventInternal() local
1115 final Key newKey) { in isMajorEnoughMoveToBeOnNewKey()
DMoreKeysKeyboardView.java211 final Key newKey = mKeyDetector.detectHitKey(x, y); in detectKey() local