Searched defs:idealIconWidth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/photo/
H A DContactFetcher.java30 int idealIconWidth, int idealIconHeight,
28 getContactPhoto( Context context, String accountName, String senderAddress, int idealIconWidth, int idealIconHeight, int idealWearableBgWidth, int idealWearableBgHeight) argument
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java1696 final int idealIconWidth =
1705 senderAddress, idealIconWidth, idealIconHeight, idealWearableBgWidth,
1708 contactIconInfo = getContactInfo(context, senderAddress, idealIconWidth,
1714 final Dimensions dimensions = new Dimensions(idealIconWidth, idealIconHeight,
1772 final int idealIconWidth, final int idealIconHeight,
1791 contactIconInfo.icon = Bitmap.createScaledBitmap(source, idealIconWidth,
1770 getContactInfo( final Context context, final String senderAddress, final int idealIconWidth, final int idealIconHeight, final int idealWearableBgWidth, final int idealWearableBgHeight) argument

Completed in 157 milliseconds