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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DUtilities.java47 private static int sIconHeight = -1; field in class:Utilities
101 int height = sIconHeight;
208 if (bitmap.getWidth() == sIconWidth && bitmap.getHeight() == sIconHeight) {
240 sIconWidth = sIconHeight = (int) resources.getDimension(R.dimen.app_icon_size);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java50 private static int sIconHeight = -1; field in class:Utilities
121 int height = sIconHeight;
195 if (bitmap.getWidth() == sIconWidth && bitmap.getHeight() == sIconHeight) {
297 sIconWidth = sIconHeight = (int) resources.getDimension(R.dimen.app_icon_size);
311 sIconWidth = sIconHeight = widthPx;

Completed in 85 milliseconds