Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DLogoUtils.java84 int streamWidth = bounds.outWidth; in getBitmapPartiallyResized() local
86 int ratio = Math.max(streamWidth / maxDesiredWidth, streamHeight / maxDesiredHeight); in getBitmapPartiallyResized()