Searched defs:newKey (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
H A DConcurrentSharedRingBuffer.java216 * result is saved to the buffer. If an entry with {@code newKey} already
222 * @param newKey the key with which to store the swapped-in element.
229 public boolean swapLeast(long newKey, SwapTask<E> swapper) { argument
237 existingElement = mElements.get(newKey);
256 mElements.put(newKey, p);
257 mUnpinnedElements.put(newKey, p);
278 if (swapKey == newKey) {
303 // swap to be placed in the correct order with newKey.
315 mElements.put(newKey, toSwap);
316 mUnpinnedElements.put(newKey, toSwa
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java119 public void onAddKey(@Nonnull final Key newKey) { argument
120 final Key key = mUniqueKeysCache.getUniqueKey(newKey);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java494 private Key onMoveToNewKey(final Key newKey, final int x, final int y) { argument
495 mCurrentKey = newKey;
498 return newKey;
775 private void processDraggingFingerInToNewKey(final Key newKey, final int x, final int y, argument
780 Key key = newKey;
895 final Key newKey = onMoveKey(x, y);
899 onGestureMoveEvent(x, y, eventTime, true /* isMajorEvent */, newKey);
907 if (newKey != null) {
908 if (oldKey != null && isMajorEnoughMoveToBeOnNewKey(x, y, eventTime, newKey)) {
909 dragFingerFromOldKeyToNewKey(newKey,
1080 isMajorEnoughMoveToBeOnNewKey(final int x, final int y, final long eventTime, final Key newKey) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 162 milliseconds