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

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 46 private static int sIconWidth = -1;
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/
Utilities.java 55 private static int sIconWidth = -1;
143 if (sIconWidth == -1) {
147 int width = sIconWidth;
218 if (sIconWidth == -1) {
222 if (bitmap.getWidth() == sIconWidth && bitmap.getHeight() == sIconHeight) {
332 sIconWidth = sIconHeight = (int) resources.getDimension(R.dimen.app_icon_size);
333 sIconTextureWidth = sIconTextureHeight = sIconWidth;
337 sIconWidth = sIconHeight = widthPx;

Completed in 63 milliseconds