Loading policy/src/com/android/internal/policy/impl/IconUtilities.java +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ final class IconUtilities { int sourceWidth = icon.getIntrinsicWidth(); int sourceHeight = icon.getIntrinsicHeight(); if (sourceWidth > 0 && sourceWidth > 0) { if (sourceWidth > 0 && sourceHeight > 0) { // There are intrinsic sizes. if (width < sourceWidth || height < sourceHeight) { // It's too big, scale it down. Loading Loading
policy/src/com/android/internal/policy/impl/IconUtilities.java +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ final class IconUtilities { int sourceWidth = icon.getIntrinsicWidth(); int sourceHeight = icon.getIntrinsicHeight(); if (sourceWidth > 0 && sourceWidth > 0) { if (sourceWidth > 0 && sourceHeight > 0) { // There are intrinsic sizes. if (width < sourceWidth || height < sourceHeight) { // It's too big, scale it down. Loading