Searched defs:resizeForEnrichedCalling (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/util/
H A DBitmapResizer.java32 public static Bitmap resizeForEnrichedCalling(Bitmap image) { method in class:BitmapResizer
39 "BitmapResizer.resizeForEnrichedCalling", "starting height: %d, width: %d", height, width);
42 LogUtil.i("BitmapResizer.resizeForEnrichedCalling", "no resizing needed");
63 "BitmapResizer.resizeForEnrichedCalling", "ending height: %d, width: %d", height, width);

Completed in 81 milliseconds