Searched refs:toDraw (Results 1 – 1 of 1) sorted by relevance
229 Bitmap toDraw = currentFrame != null ? currentFrame : state.firstFrame; in draw() local230 canvas.drawBitmap(toDraw, null, destRect, paint); in draw()