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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 67 protected Rect mImageBounds = new Rect();
262 return mImageBounds;
306 RectF unscaledClipRect = new RectF(mImageBounds);
395 mImageBounds = d;
418 px = mImageBounds.width();
419 py = (int) (mTouch.y - mImageBounds.top);
421 px = (int) (mTouch.x - mImageBounds.left);
422 py = mImageBounds.height();
424 px = mImageBounds.width();
428 Rect d = new Rect(mImageBounds.left, mImageBounds.top
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 42 private RectF mImageBounds = new RectF();
285 mImageBounds = new RectF(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
293 mCropObj = new CropObject(mImageBounds, mImageBounds, 0);
300 if (!CropDrawingUtils.setImageToScreenMatrix(mDisplayMatrix, mImageBounds, mScreenBounds,
318 mScreenImageBounds.set(mImageBounds);

Completed in 145 milliseconds