HomeSort by relevance Sort by last modified time
    Searched refs:sIconHeight (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 47 private static int sIconHeight = -1;
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/
Utilities.java 56 private static int sIconHeight = -1;
148 int height = sIconHeight;
222 if (bitmap.getWidth() == sIconWidth && bitmap.getHeight() == sIconHeight) {
332 sIconWidth = sIconHeight = (int) resources.getDimension(R.dimen.app_icon_size);
337 sIconWidth = sIconHeight = widthPx;

Completed in 214 milliseconds