Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageViewAdapter.java37 protected int mImageHeight; field in TileImageViewAdapter
46 mImageHeight = 0; in clear()
57 mImageHeight = height; in setScreenNail()
65 mImageHeight = decoder.getHeight(); in setRegionDecoder()
105 needClear = !new Rect(0, 0, mImageWidth, mImageHeight) in getTile()
151 overlapRegion = new Rect(0, 0, mImageWidth, mImageHeight); in getTileWithoutReusingBitmap()
188 return mImageHeight; in getImageHeight()
DTileImageView.java109 protected int mImageHeight = SIZE_UNKNOWN; field in TileImageView
180 mImageHeight = 0; in notifyModelInvalidated()
185 mImageHeight = mModel.getImageHeight(); in notifyModelInvalidated()
326 bottom = Math.min(mImageHeight, bottom); in getRange()
343 distH = mImageHeight / 2 - mCenterY; in getImageCenter()
345 distW = mImageHeight / 2 - mCenterY; in getImageCenter()
446 Math.round(mImageHeight * mScale)); in render()
617 float scaleY = (float) mScreenNail.getHeight() / mImageHeight; in drawTile()
691 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap()
DBitmapTileProvider.java33 private final int mImageHeight; field in BitmapTileProvider
39 mImageHeight = bitmap.getHeight(); in BitmapTileProvider()
60 return mImageHeight; in getImageHeight()
DPhotoView.java638 int h = mTileView.mImageHeight; in updateSize()
/packages/apps/Gallery2/src/com/android/photos/drawables/
DAutoThumbnailDrawable.java56 private int mImageWidth, mImageHeight; field in AutoThumbnailDrawable
75 mImageHeight = height; in setImage()
170 if (mBounds.isEmpty() || mImageWidth == 0 || mImageHeight == 0) { in refreshSampleSizeLocked()
174 int sampleSize = calculateSampleSizeLocked(mImageWidth, mImageHeight); in refreshSampleSizeLocked()
190 return (float) mImageWidth / (float) mImageHeight; in getAspectRatio()
246 height = mImageHeight;
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java106 protected int mImageHeight = SIZE_UNKNOWN; field in TiledImageRenderer
208 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount()
222 mImageHeight = 0; in notifyModelInvalidated()
227 mImageHeight = mModel.getImageHeight(); in notifyModelInvalidated()
383 bottom = Math.min(mImageHeight, bottom); in getRange()
452 Math.round(mImageHeight * mScale)); in draw()
625 float scaleY = (float) mPreview.getHeight() / mImageHeight; in drawTile()
704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java106 protected int mImageHeight = SIZE_UNKNOWN; field in TiledImageRenderer
208 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount()
222 mImageHeight = 0; in notifyModelInvalidated()
227 mImageHeight = mModel.getImageHeight(); in notifyModelInvalidated()
383 bottom = Math.min(mImageHeight, bottom); in getRange()
452 Math.round(mImageHeight * mScale)); in draw()
625 float scaleY = (float) mPreview.getHeight() / mImageHeight; in drawTile()
704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGradControl.java50 int mImageHeight; field in GradControl