HomeSort by relevance Sort by last modified time
    Searched refs:orgHeight (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 176 int orgHeight = orgBitmap.getHeight();
177 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight;
182 int newHeight = (int) (orgHeight / ratio);
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 176 int orgHeight = orgBitmap.getHeight();
177 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight;
182 int newHeight = (int) (orgHeight / ratio);

Completed in 421 milliseconds