Searched refs:mImageHeight (Results 1 – 3 of 3) sorted by relevance
47 private int mImageHeight; field in ImageStitcher81 mImageHeight = mSliceHeight * mYSlices; in calcOutputFormatForInput()83 outputFormat.setDimensions(mImageWidth, mImageHeight); in calcOutputFormatForInput()117 float outputHeight = (float) Math.min(mSliceHeight, mImageHeight - outputOffsetY); in process()125 ((float) outputOffsetY) / mImageHeight, in process()127 outputHeight / mImageHeight); in process()
30 private int mImageHeight = 0; field in CardPresenter34 mImageHeight = height; in CardPresenter()44 v.setMainImageDimensions(mImageWidth, mImageHeight); in onCreateViewHolder()54 mImageWidth, mImageHeight); in onBindViewHolder() local
105 protected int mImageHeight = SIZE_UNKNOWN; field in TiledImageRenderer205 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount()219 mImageHeight = 0; in notifyModelInvalidated()224 mImageHeight = mModel.getImageHeight(); in notifyModelInvalidated()380 bottom = Math.min(mImageHeight, bottom); in getRange()449 Math.round(mImageHeight * mScale)); in draw()622 float scaleY = (float) mPreview.getHeight() / mImageHeight; in drawTile()701 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap()