HomeSort by relevance Sort by last modified time
    Searched refs:mImageHeight (Results 1 - 7 of 7) sorted by null

  /system/media/mca/filterpacks/imageproc/java/
ImageStitcher.java 51 private int mImageHeight;
85 mImageHeight = mSliceHeight * mYSlices;
87 outputFormat.setDimensions(mImageWidth, mImageHeight);
121 float outputHeight = (float) Math.min(mSliceHeight, mImageHeight - outputOffsetY);
129 ((float) outputOffsetY) / mImageHeight,
131 outputHeight / mImageHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 32 protected int mImageHeight;
47 mImageHeight = regionDecoder.getHeight();
54 mImageHeight = 0;
63 mImageHeight = height;
72 mImageHeight = decoder.getHeight();
89 intersectRect.set(0, 0, mImageWidth, mImageHeight);
131 return mImageHeight;
BitmapTileProvider.java 32 private final int mImageHeight;
38 mImageHeight = bitmap.getHeight();
57 return mImageHeight;
CropView.java 90 private int mImageHeight = SIZE_UNKNOWN;
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 - y) * s
    [all...]
TileImageView.java 105 protected int mImageHeight = SIZE_UNKNOWN;
164 mImageHeight = 0;
169 mImageHeight = mModel.getImageHeight();
306 bottom = Math.min(mImageHeight, bottom);
392 Math.round(mImageHeight * mScale));
543 float scaleY = (float) backup.getHeight() / mImageHeight;
PhotoView.java 218 // mImageWidth and mImageHeight will get updated
224 mTileView.mImageWidth, mTileView.mImageHeight);
227 mTileView.mImageHeight, mTileView.mImageWidth);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpImage.java 48 private final int mImageHeight;
62 mImageHeight = objInfo.getImagePixHeight();
155 details.addDetail(MediaDetails.INDEX_HEIGHT, mImageHeight);
167 return mImageHeight;

Completed in 215 milliseconds