Searched refs:newKey (Results 1 – 9 of 9) sorted by relevance
494 private Key onMoveToNewKey(final Key newKey, final int x, final int y) { in onMoveToNewKey() argument495 mCurrentKey = newKey; in onMoveToNewKey()498 return newKey; in onMoveToNewKey()775 private void processDraggingFingerInToNewKey(final Key newKey, final int x, final int y, in processDraggingFingerInToNewKey() argument780 Key key = newKey; in processDraggingFingerInToNewKey()895 final Key newKey = onMoveKey(x, y); in onMoveEventInternal() local899 onGestureMoveEvent(x, y, eventTime, true /* isMajorEvent */, newKey); in onMoveEventInternal()907 if (newKey != null) { in onMoveEventInternal()908 if (oldKey != null && isMajorEnoughMoveToBeOnNewKey(x, y, eventTime, newKey)) { in onMoveEventInternal()909 dragFingerFromOldKeyToNewKey(newKey, x, y, eventTime, oldKey, lastX, lastY); in onMoveEventInternal()[all …]
211 final Key newKey = mKeyDetector.detectHitKey(x, y); in detectKey() local212 if (newKey == oldKey) { in detectKey()213 return newKey; in detectKey()220 if (newKey != null) { in detectKey()221 updatePressKeyGraphics(newKey); in detectKey()222 invalidateKey(newKey); in detectKey()224 return newKey; in detectKey()
229 public boolean swapLeast(long newKey, SwapTask<E> swapper) { in swapLeast() argument237 existingElement = mElements.get(newKey); in swapLeast()256 mElements.put(newKey, p); in swapLeast()257 mUnpinnedElements.put(newKey, p); in swapLeast()278 if (swapKey == newKey) { in swapLeast()315 mElements.put(newKey, toSwap); in swapLeast()316 mUnpinnedElements.put(newKey, toSwap); in swapLeast()
85 final Key newKey = mainTracker.getKeyOn(x, y); in processMotionEvent() local86 if (mOldKey != newKey) { in processMotionEvent()
119 public void onAddKey(@Nonnull final Key newKey) { in onAddKey() argument120 final Key key = mUniqueKeysCache.getUniqueKey(newKey); in onAddKey()
1196 String newKey = sExtrasMap.get(key); in updateExtras() local1197 mOriginalConnectionExtras.putString(newKey, extras.getString(key)); in updateExtras()
1002 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local1003 newKey.onPressed(); in showPreview()
1266 public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...