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

  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 248 moveBy(dx * (mCropRect.width() / r.width()),
249 dy * (mCropRect.height() / r.height()));
260 float xDelta = dx * (mCropRect.width() / r.width());
261 float yDelta = dy * (mCropRect.height() / r.height());
271 mCropRect.offset(dx, dy);
274 mCropRect.offset(
275 Math.max(0, mImageRect.left - mCropRect.left),
276 Math.max(0, mImageRect.top - mCropRect.top));
278 mCropRect.offset(
279 Math.min(0, mImageRect.right - mCropRect.right)
    [all...]
CropImage.java 773 float [] coordinates = new float[] {hv.mCropRect.centerX(),
774 hv.mCropRect.centerY()};
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorVideoDecoder_internal.h 115 ARect mCropRect; // These are obtained from kKeyCropRect.
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 189 ARect mCropRect;
PreviewPlayer.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 246 private final RectF mCropRect;
249 mCropRect = cropRect;
253 RectF cropRect = mCropRect;
    [all...]

Completed in 135 milliseconds