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

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

Completed in 51 milliseconds