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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageViewAdapter.java32 protected int mImageHeight; field in class:TileImageViewAdapter
44 mImageHeight = regionDecoder.getHeight();
51 mImageHeight = 0;
60 mImageHeight = height;
69 mImageHeight = decoder.getHeight();
96 askRegion.set(0, 0, mImageWidth, mImageHeight);
148 return mImageHeight;
H A DBitmapTileProvider.java32 private final int mImageHeight; field in class:BitmapTileProvider
38 mImageHeight = bitmap.getHeight();
57 return mImageHeight;
H A DCropView.java90 private int mImageHeight = SIZE_UNKNOWN; field in class:CropView
143 if (mImageHeight != SIZE_UNKNOWN) {
154 int inverseY = mImageHeight - centerY;
182 RectF result = new RectF(rect.left * mImageWidth, rect.top * mImageHeight,
183 rect.right * mImageWidth, rect.bottom * mImageHeight);
192 return mImageHeight;
297 mCurrentY = mImageHeight / 2;
300 (float) getHeight() / mImageHeight));
336 + mCurrentY) / mImageHeight, 0, 1);
347 offsetY + (input.top * mImageHeight
[all...]
H A DTileImageView.java106 protected int mImageHeight = SIZE_UNKNOWN; field in class:TileImageView
178 mImageHeight = 0;
183 mImageHeight = mModel.getImageHeight();
320 bottom = Math.min(mImageHeight, bottom);
337 distH = mImageHeight / 2 - mCenterY;
339 distW = mImageHeight / 2 - mCenterY;
443 Math.round(mImageHeight * mScale));
594 float scaleY = (float) backup.getHeight() / mImageHeight;
H A DPhotoView.java263 // mImageWidth and mImageHeight will get updated
270 mTileView.mImageWidth, mTileView.mImageHeight);
273 mTileView.mImageHeight, mTileView.mImageWidth);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpImage.java48 private final int mImageHeight; field in class:MtpImage
62 mImageHeight = objInfo.getImagePixHeight();
155 details.addDetail(MediaDetails.INDEX_HEIGHT, mImageHeight);
167 return mImageHeight;

Completed in 69 milliseconds