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 59 private static int sIconWidth = -1;
94 icon.setBounds(0, 0, sIconWidth, sIconHeight);
140 if (sIconWidth == -1) {
144 if (sIconWidth == icon.getWidth() && sIconHeight == icon.getHeight()) {
155 if (sIconWidth == -1) {
159 int width = sIconWidth;
187 int textureWidth = sIconWidth;
320 sIconWidth = sIconHeight = (int) resources.getDimension(R.dimen.app_icon_size);
324 sIconWidth = sIconHeight = widthPx;

Completed in 74 milliseconds