Home
last modified time | relevance | path

Searched refs:lastKey (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyboardAccessibilityDelegate.java213 final Key lastKey = getLastHoverKey(); in onHoverMove() local
215 if (key != lastKey) { in onHoverMove()
216 if (lastKey != null) { in onHoverMove()
217 onHoverExitFrom(lastKey); in onHoverMove()
235 final Key lastKey = getLastHoverKey(); in onHoverExit() local
237 Log.d(TAG, "onHoverExit: key=" + getHoverKeyOf(event) + " last=" + lastKey); in onHoverExit()
239 if (lastKey != null) { in onHoverExit()
240 onHoverExitFrom(lastKey); in onHoverExit()
DMoreKeysKeyboardAccessibilityDelegate.java89 final Key lastKey = getLastHoverKey(); in onHoverExit() local
91 Log.d(TAG, "onHoverExit: key=" + getHoverKeyOf(event) + " last=" + lastKey); in onHoverExit()
93 if (lastKey != null) { in onHoverExit()
94 super.onHoverExitFrom(lastKey); in onHoverExit()
/packages/apps/Camera2/src/com/android/camera/util/
DConcurrentSharedRingBuffer.java382 return tryPin(mElements.lastKey()); in tryPinGreatest()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalMergeAlbum.java124 int markPos = head.lastKey(); in getMediaItem()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...