Searched refs:imageViewHeight (Results 1 – 1 of 1) sorted by relevance
141 int imageViewHeight = mImageView.getHeight(); in centerMatrix() local142 float ty = Math.round((imageViewHeight - imageHeight)/2f); in centerMatrix()155 int imageViewHeight = mImageView.getHeight(); in fitXYMatrix() local156 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix()169 int imageViewHeight = mImageView.getHeight(); in centerCropMatrix() local170 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix()177 float ty = Math.round((imageViewHeight - height) / 2f); in centerCropMatrix()191 int imageViewHeight = mImageView.getHeight(); in fitCenterMatrix() local192 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix()199 float ty = (imageViewHeight - height) / 2f; in fitCenterMatrix()[all …]