Searched refs:setReleasedKeyGraphics (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | PointerTracker.java | 225 tracker.setReleasedKeyGraphics(tracker.getKey(), true /* withAnimation */); in setReleasedKeyGraphicsToAllKeys() 385 private void setReleasedKeyGraphics(@Nullable final Key key, final boolean withAnimation) { in setReleasedKeyGraphics() method in PointerTracker 826 setReleasedKeyGraphics(oldKey, true /* withAnimation */); in processDraggingFingerOutFromOldKey() 869 setReleasedKeyGraphics(oldKey, true /* withAnimation */); in dragFingerFromOldKeyToNewKey() 874 setReleasedKeyGraphics(oldKey, true /* withAnimation */); in dragFingerFromOldKeyToNewKey() 902 setReleasedKeyGraphics(oldKey, true /* withAnimation */); in onMoveEventInternal() 967 setReleasedKeyGraphics(currentKey, true /* withAnimation */); in onUpEventInternal() 1044 setReleasedKeyGraphics(key, false /* withAnimation */); in onLongPressed() 1058 setReleasedKeyGraphics(mCurrentKey, true /* withAnimation */); in cancelKeyTracking() 1075 setReleasedKeyGraphics(mCurrentKey, true /* withAnimation */); in onCancelEventInternal()
|