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

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 49 private static int sIconTextureHeight = -1;
72 int textureHeight = sIconTextureHeight;
136 int textureHeight = sIconTextureHeight;
241 sIconTextureWidth = sIconTextureHeight = sIconWidth;
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 58 public static int sIconTextureHeight = -1;
92 icon.setBounds(0, 0, sIconTextureWidth, sIconTextureHeight);
119 int textureHeight = sIconTextureHeight;
176 int textureHeight = sIconTextureHeight;
333 sIconTextureWidth = sIconTextureHeight = sIconWidth;
338 sIconTextureWidth = sIconTextureHeight = widthPx;

Completed in 1001 milliseconds