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/Launcher3/src/com/android/launcher3/
H A DUtilities.java49 private static int sIconWidth = -1; field in class:Utilities
132 if (sIconWidth == -1) {
136 int width = sIconWidth;
207 if (sIconWidth == -1) {
211 if (bitmap.getWidth() == sIconWidth && bitmap.getHeight() == sIconHeight) {
313 sIconWidth = sIconHeight = (int) resources.getDimension(R.dimen.app_icon_size);
314 sIconTextureWidth = sIconTextureHeight = sIconWidth;
327 sIconWidth = sIconHeight = widthPx;

Completed in 71 milliseconds