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/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 126 private static int sIconWidth;
404 sIconWidth =
478 sIconWidth, sIconHeight, OsUtil.isAtLeastL());
    [all...]

Completed in 611 milliseconds