Searched refs:onKeyReleased (Results 1 – 4 of 4) sorted by relevance
390 sDrawingProxy.onKeyReleased(key, withAnimation); in setReleasedKeyGraphics()395 sDrawingProxy.onKeyReleased(shiftKey, false /* withAnimation */); in setReleasedKeyGraphics()404 sDrawingProxy.onKeyReleased(altKey, false /* withAnimation */); in setReleasedKeyGraphics()408 sDrawingProxy.onKeyReleased(k, false /* withAnimation */); in setReleasedKeyGraphics()
498 public void onKeyReleased(@Nonnull final Key key, final boolean withAnimation) { in onKeyReleased() method in MainKeyboardView
39 public void onKeyReleased(@Nonnull Key key, boolean withAnimation); in onKeyReleased() method
77 drawingProxy.onKeyReleased((Key) msg.obj, false /* withAnimation */); in handleMessage()