Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactsAsyncHelper.java190 int orgHeight = orgBitmap.getHeight(); in getPhotoIconWhenAppropriate() local
191 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight; in getPhotoIconWhenAppropriate()
196 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate()
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java164 int orgHeight = orgBitmap.getHeight(); in getPhotoIconWhenAppropriate() local
165 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight; in getPhotoIconWhenAppropriate()
170 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate()