Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DUtilities.java46 private static int sIconWidth = -1; field in Utilities
96 if (sIconWidth == -1) { in createIconBitmap()
100 int width = sIconWidth; in createIconBitmap()
170 if (sIconWidth == -1) { in drawSelectedAllAppsBitmap()
204 if (sIconWidth == -1) { in resampleIconBitmap()
208 if (bitmap.getWidth() == sIconWidth && bitmap.getHeight() == sIconHeight) { in resampleIconBitmap()
219 if (sIconWidth == -1) { in drawDisabledBitmap()
240 sIconWidth = sIconHeight = (int) resources.getDimension(R.dimen.app_icon_size); in initStatics()
241 sIconTextureWidth = sIconTextureHeight = sIconWidth; in initStatics()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java126 private static int sIconWidth; field in BugleNotifications
404 sIconWidth = in checkInitialized()
478 sIconWidth, sIconHeight, OsUtil.isAtLeastL()); in processAndSend()
812 final Bitmap smallBitmap = ImageUtils.scaleCenterCrop(attachmentBitmap, sIconWidth, in fireOffNotification()