Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java100 private static DrawingProxy sDrawingProxy; field in PointerTracker
172 sDrawingProxy = drawingProxy; in init()
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()
432 sDrawingProxy.onKeyPressed(key, !noKeyPreview); in setPressedKeyGraphics()
437 sDrawingProxy.onKeyPressed(shiftKey, false /* withPreview */); in setPressedKeyGraphics()
446 sDrawingProxy.onKeyPressed(altKey, false /* withPreview */); in setPressedKeyGraphics()
450 sDrawingProxy.onKeyPressed(k, false /* withPreview */); in setPressedKeyGraphics()
[all …]