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

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java 66 int mOutWidth, mOutHeight;
108 mOutHeight = outHeight;
185 && mRotation == 0 && mOutWidth > 0 && mOutHeight > 0) {
197 WallpaperManager.getInstance(mContext).suggestDesiredDimensions(mOutWidth, mOutHeight);
250 roundedTrueCrop.height() / mOutHeight));
331 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
337 if (!(mOutWidth > 0 && mOutHeight > 0)) {
339 mOutHeight = Math.round(dimsAfter[1]);
343 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 81 protected int mOutHeight;
134 mOutHeight = mCameraWidth;
137 mOutHeight = mCameraHeight;
222 targetFrame.resize(new int[] { mOutWidth, mOutHeight });
226 mOutHeight);
346 targetFrame.resize(new int[] { mOutWidth, mOutHeight });
350 mOutHeight);
388 mOutHeight);
432 surfTex.setDefaultBufferSize(mOutWidth, mOutHeight);
449 clientTexture.setDefaultBufferSize(mOutWidth, mOutHeight);
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 458 int mOutWidth, mOutHeight;
510 mOutHeight = outHeight;
636 roundedTrueCrop.height() / mOutHeight));
723 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
729 if (!(mOutWidth > 0 && mOutHeight > 0)) {
731 mOutHeight = Math.round(dimsAfter[1]);
735 RectF returnRect = new RectF(0, 0, mOutWidth, mOutHeight);
    [all...]

Completed in 126 milliseconds