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 163 int orgHeight = orgBitmap.getHeight();
164 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight;
169 int newHeight = (int) (orgHeight / ratio);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 178 int orgHeight = orgBitmap.getHeight();
179 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight;
184 int newHeight = (int) (orgHeight / ratio);

Completed in 37 milliseconds