Searched refs:iconRatio (Results 1 – 1 of 1) sorted by relevance
167 float iconRatio = ((float) mBounds.width()) / mBounds.height(); in isShape() local168 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()