Searched refs:currentBackBounds (Results 1 – 1 of 1) sorted by relevance
158 Rect currentBackBounds = new Rect(); in run() local223 if (!currentBackBounds.equals(newBounds)) { in run()224 currentBackBounds.set(newBounds); in run()225 nodeBack.setLeftTopRightBottom(currentBackBounds.left, in run()226 currentBackBounds.top, in run()227 currentBackBounds.right, currentBackBounds.bottom); in run()231 RecordingCanvas canvas = nodeBack.start(currentBackBounds.width(), in run()232 currentBackBounds.height()); in run()