Searched refs:sIconWidth (Results 1 – 2 of 2) sorted by relevance
46 private static int sIconWidth = -1; field in Utilities96 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()
126 private static int sIconWidth; field in BugleNotifications404 sIconWidth = in checkInitialized()478 sIconWidth, sIconHeight, OsUtil.isAtLeastL()); in processAndSend()812 final Bitmap smallBitmap = ImageUtils.scaleCenterCrop(attachmentBitmap, sIconWidth, in fireOffNotification()