HomeSort by relevance Sort by last modified time
    Searched defs:cropRight (Results 1 - 9 of 9) sorted by null

  /packages/apps/Camera2/src/com/android/camera/util/
AspectRatio.java 181 int cropRight = area.width();
182 return new Rect(cropLeft, cropTop, cropRight, cropBottom);
187 int cropRight = cropLeft + cropWidth;
190 return new Rect(cropLeft, cropTop, cropRight, cropBottom);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 126 float cropRight = cropLeft + getWidth() / scale;
129 return new RectF(cropLeft, cropTop, cropRight, cropBottom);
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
CropView.java 126 float cropRight = cropLeft + getWidth() / scale;
129 return new RectF(cropLeft, cropTop, cropRight, cropBottom);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 215 int32_t cropRight;
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java     [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 693 int32_t cropLeft, cropTop, cropRight, cropBottom;
697 &cropRight,
699 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 732 final int cropRight = cropLeft + mCropSize;
737 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
    [all...]

Completed in 303 milliseconds