Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMultiProducerActivity.java158 Rect currentBackBounds = new Rect(); in run() local
223 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()