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

  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 175 int orgWidth = orgBitmap.getWidth();
177 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight;
181 int newWidth = (int) (orgWidth / ratio);
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 175 int orgWidth = orgBitmap.getWidth();
177 int longerEdge = orgWidth > orgHeight ? orgWidth : orgHeight;
181 int newWidth = (int) (orgWidth / ratio);

Completed in 93 milliseconds