Searched refs:sIconTextureHeight (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DUtilities.java49 private static int sIconTextureHeight = -1; field in class:Utilities
72 int textureHeight = sIconTextureHeight;
136 int textureHeight = sIconTextureHeight;
241 sIconTextureWidth = sIconTextureHeight = sIconWidth;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java52 public static int sIconTextureHeight = -1; field in class:Utilities
88 icon.setBounds(0, 0, sIconTextureWidth, sIconTextureHeight);
108 int textureHeight = sIconTextureHeight;
165 int textureHeight = sIconTextureHeight;
314 sIconTextureWidth = sIconTextureHeight = sIconWidth;
328 sIconTextureWidth = sIconTextureHeight = widthPx;
H A DCling.java161 pos.top + Utilities.sIconTextureHeight);

Completed in 68 milliseconds