Home
last modified time | relevance | path

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

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