Searched refs:orgHeight (Results 1 – 2 of 2) sorted by relevance
190 int orgHeight = orgBitmap.getHeight(); in getPhotoIconWhenAppropriate() local191 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight; in getPhotoIconWhenAppropriate()196 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate()
175 int orgHeight = orgBitmap.getHeight(); in getPhotoIconWhenAppropriate() local176 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight; in getPhotoIconWhenAppropriate()181 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate()