Searched refs:orgWidth (Results 1 – 2 of 2) sorted by relevance
189 int orgWidth = orgBitmap.getWidth(); in getPhotoIconWhenAppropriate() local191 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight; in getPhotoIconWhenAppropriate()195 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate()
163 int orgWidth = orgBitmap.getWidth(); in getPhotoIconWhenAppropriate() local165 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight; in getPhotoIconWhenAppropriate()169 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate()