Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageStitcher.java47 private int mImageHeight; field in ImageStitcher
81 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()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
H A DCardPresenter.java30 private int mImageHeight = 0; field in CardPresenter
34 mImageHeight = height; in CardPresenter()
44 v.setMainImageDimensions(mImageWidth, mImageHeight); in onCreateViewHolder()
54 mImageWidth, mImageHeight); in onBindViewHolder() local
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java105 protected int mImageHeight = SIZE_UNKNOWN; field in TiledImageRenderer
205 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()