Searched refs:currentFrameBounds (Results 1 – 1 of 1) sorted by relevance
157 Rect currentFrameBounds = new Rect(); in run() local201 if (!currentFrameBounds.equals(newBounds)) { in run()202 currentFrameBounds.set(newBounds); in run()203 nodeFrame.setLeftTopRightBottom(currentFrameBounds.left, in run()204 currentFrameBounds.top, in run()205 currentFrameBounds.right, currentFrameBounds.bottom); in run()209 RecordingCanvas canvas = nodeFrame.start(currentFrameBounds.width(), in run()210 currentFrameBounds.height()); in run()