Home
last modified time | relevance | path

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

/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DDisplayAdapter.java242 private void resizeDisplay(Rect newBounds) { in resizeDisplay() argument
243 Log.i(TAG, "Resizing display " + mDisplayId + " to " + newBounds); in resizeDisplay()
244 mDisplayController.setSurface(mSurface, newBounds.width(), newBounds.height()); in resizeDisplay()
247 layoutParams.width = newBounds.width(); in resizeDisplay()
248 layoutParams.height = newBounds.height(); in resizeDisplay()