Searched refs:LOW_RES_SCALE_FACTOR (Results 1 – 1 of 1) sorted by relevance
76 private static final int LOW_RES_SCALE_FACTOR = 5; field in IconCache844 icon.getWidth() / LOW_RES_SCALE_FACTOR, in newContentValues()845 icon.getHeight() / LOW_RES_SCALE_FACTOR, true))); in newContentValues()849 mLowResBitmap = Bitmap.createBitmap(icon.getWidth() / LOW_RES_SCALE_FACTOR, in newContentValues()850 icon.getHeight() / LOW_RES_SCALE_FACTOR, Bitmap.Config.RGB_565); in newContentValues()