Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/ui/
DUI.java117 Dimension prefSize = currentWaitDialog.getPreferredSize(); in updateWaitDialog() local
119 if (prefSize.width > curSize.width || prefSize.height > curSize.height) { in updateWaitDialog()
120 currentWaitDialog.setSize(Math.max(prefSize.width, curSize.width), in updateWaitDialog()
121 Math.max(prefSize.height, curSize.height)); in updateWaitDialog()