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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageViewAdapter.java37 protected int mImageHeight; field in class:TileImageViewAdapter
46 mImageHeight = 0;
57 mImageHeight = height;
65 mImageHeight = decoder.getHeight();
105 needClear = !new Rect(0, 0, mImageWidth, mImageHeight)
151 overlapRegion = new Rect(0, 0, mImageWidth, mImageHeight);
188 return mImageHeight;
H A DBitmapTileProvider.java33 private final int mImageHeight; field in class:BitmapTileProvider
39 mImageHeight = bitmap.getHeight();
60 return mImageHeight;
H A DTileImageView.java108 protected int mImageHeight = SIZE_UNKNOWN; field in class:TileImageView
179 mImageHeight = 0;
184 mImageHeight = mModel.getImageHeight();
325 bottom = Math.min(mImageHeight, bottom);
342 distH = mImageHeight / 2 - mCenterY;
344 distW = mImageHeight / 2 - mCenterY;
445 Math.round(mImageHeight * mScale));
616 float scaleY = (float) mScreenNail.getHeight() / mImageHeight;
690 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
H A DPhotoView.java603 // mImageWidth and mImageHeight will get updated
637 int h = mTileView.mImageHeight;
/packages/apps/Gallery2/src/com/android/photos/drawables/
H A DAutoThumbnailDrawable.java56 private int mImageWidth, mImageHeight; field in class:AutoThumbnailDrawable
75 mImageHeight = height;
170 if (mBounds.isEmpty() || mImageWidth == 0 || mImageHeight == 0) {
174 int sampleSize = calculateSampleSizeLocked(mImageWidth, mImageHeight);
190 return (float) mImageWidth / (float) mImageHeight;
246 height = mImageHeight;
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java106 protected int mImageHeight = SIZE_UNKNOWN; field in class:TiledImageRenderer
208 int maxDim = Math.max(mImageWidth, mImageHeight);
222 mImageHeight = 0;
227 mImageHeight = mModel.getImageHeight();
383 bottom = Math.min(mImageHeight, bottom);
452 Math.round(mImageHeight * mScale));
625 float scaleY = (float) mPreview.getHeight() / mImageHeight;
704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java107 protected int mImageHeight = SIZE_UNKNOWN; field in class:TiledImageRenderer
209 int maxDim = Math.max(mImageWidth, mImageHeight);
223 mImageHeight = 0;
228 mImageHeight = mModel.getImageHeight();
384 bottom = Math.min(mImageHeight, bottom);
453 Math.round(mImageHeight * mScale));
626 float scaleY = (float) mPreview.getHeight() / mImageHeight;
705 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGradControl.java50 int mImageHeight; field in class:GradControl

Completed in 168 milliseconds