Searched refs:animateOutOffset (Results 1 – 1 of 1) sorted by relevance
796 float animateOutOffset = 0; in onBufferDraw() local798 animateOutOffset = (center - key.x - key.width/2) * mAnimateOutValue; in onBufferDraw()800 canvas.translate(key.x + kbdPaddingLeft + animateOutOffset, key.y + kbdPaddingTop); in onBufferDraw()863 canvas.translate(-key.x - kbdPaddingLeft - animateOutOffset, -key.y - kbdPaddingTop); in onBufferDraw()