Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8826 final int dW = outAppBounds.width(); in getContainerBounds() local
8829 ((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()