Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DUtilities.java47 private static int sIconHeight = -1; field in Utilities
101 int height = sIconHeight; in createIconBitmap()
208 if (bitmap.getWidth() == sIconWidth && bitmap.getHeight() == sIconHeight) { in resampleIconBitmap()
240 sIconWidth = sIconHeight = (int) resources.getDimension(R.dimen.app_icon_size); in initStatics()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java127 private static int sIconHeight; field in BugleNotifications
402 sIconHeight = (int) resources.getDimension( in checkInitialized()
478 sIconWidth, sIconHeight, OsUtil.isAtLeastL()); in processAndSend()
813 sIconHeight); in fireOffNotification()