Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DImageStitcher.java46 private int mImageWidth; field in ImageStitcher
80 mImageWidth = mSliceWidth * mXSlices; in calcOutputFormatForInput()
83 outputFormat.setDimensions(mImageWidth, mImageHeight); in calcOutputFormatForInput()
116 float outputWidth = (float) Math.min(mSliceWidth, mImageWidth - outputOffsetX); in process()
124 ((ShaderProgram) mProgram).setTargetRect(((float) outputOffsetX)/ mImageWidth, in process()
126 outputWidth / mImageWidth, in process() local
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
DCardPresenter.java29 private int mImageWidth = 0; field in CardPresenter
33 mImageWidth = width; in CardPresenter()
44 v.setMainImageDimensions(mImageWidth, mImageHeight); in onCreateViewHolder()
54 mImageWidth, mImageHeight); in onBindViewHolder() local
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java104 protected int mImageWidth = SIZE_UNKNOWN; field in TiledImageRenderer
202 mImageWidth / (float) mPreview.getWidth())); in calculateLevelCount()
205 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount()
218 mImageWidth = 0; in notifyModelInvalidated()
223 mImageWidth = mModel.getImageWidth(); in notifyModelInvalidated()
379 right = Math.min(mImageWidth, right); in getRange()
448 Math.round(mImageWidth * mScale), in draw()
621 float scaleX = (float) mPreview.getWidth() / mImageWidth; in drawTile()
700 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DCropView.java73 private int mImageWidth; field in CropView
337 mImageWidth = width; in setImageWidth()
449 return (int) ((getWidth() - mImageWidth) / 2 + frac * mImageWidth); in fractionToHorizontalPixels()
463 return px / mImageWidth; in pixelDistanceToFraction()