Home
last modified time | relevance | path

Searched refs:iconRatio (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java167 float iconRatio = ((float) mBounds.width()) / mBounds.height(); in isShape() local
168 if (Math.abs(iconRatio - 1) > BOUND_RATIO_MARGIN) { in isShape()
170 Log.d(TAG, "Not same as mask shape because width != height. " + iconRatio); in isShape()