Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactsAsyncHelper.java189 int orgWidth = orgBitmap.getWidth(); in getPhotoIconWhenAppropriate() local
191 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight; in getPhotoIconWhenAppropriate()
195 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate()
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java163 int orgWidth = orgBitmap.getWidth(); in getPhotoIconWhenAppropriate() local
165 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight; in getPhotoIconWhenAppropriate()
169 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate()