Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DLogoUtils.java98 int streamHeight = bounds.outHeight; in getBitmapPartiallyResized() local
99 int ratio = Math.max(streamWidth / maxDesiredWidth, streamHeight / maxDesiredHeight); in getBitmapPartiallyResized()