Searched refs:dW (Results 1 – 1 of 1) sorted by relevance
8826 final int dW = outAppBounds.width(); in getContainerBounds() local8829 ((outBounds.width() > outBounds.height()) != (dW > dH)); in getContainerBounds()8835 outBounds.bottom = (int) ((float) dW * dW / dH); in getContainerBounds()8836 outBounds.right = dW; in getContainerBounds()8839 outBounds.right = (int) ((float) dH * dH / dW); in getContainerBounds()