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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageStitcher.java 47 private int mImageHeight;
81 mImageHeight = mSliceHeight * mYSlices;
83 outputFormat.setDimensions(mImageWidth, mImageHeight);
117 float outputHeight = (float) Math.min(mSliceHeight, mImageHeight - outputOffsetY);
125 ((float) outputOffsetY) / mImageHeight,
127 outputHeight / mImageHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 37 protected int mImageHeight;
46 mImageHeight = 0;
57 mImageHeight = height;
65 mImageHeight = decoder.getHeight();
105 needClear = !new Rect(0, 0, mImageWidth, mImageHeight)
151 overlapRegion = new Rect(0, 0, mImageWidth, mImageHeight);
188 return mImageHeight;
BitmapTileProvider.java 33 private final int mImageHeight;
39 mImageHeight = bitmap.getHeight();
60 return mImageHeight;
TileImageView.java 108 protected int mImageHeight = SIZE_UNKNOWN;
179 mImageHeight = 0;
184 mImageHeight = mModel.getImageHeight();
325 bottom = Math.min(mImageHeight, bottom);
342 distH = mImageHeight / 2 - mCenterY;
344 distW = mImageHeight / 2 - mCenterY;
445 Math.round(mImageHeight * mScale));
616 float scaleY = (float) mScreenNail.getHeight() / mImageHeight;
690 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
PhotoView.java 603 // mImageWidth and mImageHeight will get updated
637 int h = mTileView.mImageHeight;
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/drawables/
AutoThumbnailDrawable.java 56 private int mImageWidth, mImageHeight;
75 mImageHeight = height;
170 if (mBounds.isEmpty() || mImageWidth == 0 || mImageHeight == 0) {
174 int sampleSize = calculateSampleSizeLocked(mImageWidth, mImageHeight);
190 return (float) mImageWidth / (float) mImageHeight;
246 height = mImageHeight;
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 39 protected int mImageHeight;
72 mImageHeight = height;
96 mImageHeight, getImageCache());
ImageFetcher.java 245 mImageHeight, getImageCache());
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 39 protected int mImageHeight;
72 mImageHeight = height;
96 mImageHeight, getImageCache());
ImageFetcher.java 245 mImageHeight, getImageCache());
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 39 protected int mImageHeight;
72 mImageHeight = height;
96 mImageHeight, getImageCache());
ImageFetcher.java 245 mImageHeight, getImageCache());
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 47 private int mImageHeight;
78 mImageHeight = bitmap.getHeight();
79 mTexRenderer.updateTextureSize(mImageWidth, mImageHeight);
241 mEffect.apply(mTextures[0], mImageWidth, mImageHeight, mTextures[1]);
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 51 private int mImageHeight;
137 mImageHeight = bitmap.getHeight();
138 mTexRenderer.updateTextureSize(mImageWidth, mImageHeight);
274 mEffect.apply(mTextures[0], mImageWidth, mImageHeight, mTextures[1]);
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 51 private int mImageHeight;
137 mImageHeight = bitmap.getHeight();
138 mTexRenderer.updateTextureSize(mImageWidth, mImageHeight);
274 mEffect.apply(mTextures[0], mImageWidth, mImageHeight, mTextures[1]);
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 51 private int mImageHeight;
137 mImageHeight = bitmap.getHeight();
138 mTexRenderer.updateTextureSize(mImageWidth, mImageHeight);
274 mEffect.apply(mTextures[0], mImageWidth, mImageHeight, mTextures[1]);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 106 protected int mImageHeight = SIZE_UNKNOWN;
208 int maxDim = Math.max(mImageWidth, mImageHeight);
222 mImageHeight = 0;
227 mImageHeight = mModel.getImageHeight();
383 bottom = Math.min(mImageHeight, bottom);
452 Math.round(mImageHeight * mScale));
625 float scaleY = (float) mPreview.getHeight() / mImageHeight;
704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 106 protected int mImageHeight = SIZE_UNKNOWN;
208 int maxDim = Math.max(mImageWidth, mImageHeight);
222 mImageHeight = 0;
227 mImageHeight = mModel.getImageHeight();
383 bottom = Math.min(mImageHeight, bottom);
452 Math.round(mImageHeight * mScale));
625 float scaleY = (float) mPreview.getHeight() / mImageHeight;
704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 107 protected int mImageHeight = SIZE_UNKNOWN;
209 int maxDim = Math.max(mImageWidth, mImageHeight);
223 mImageHeight = 0;
228 mImageHeight = mModel.getImageHeight();
384 bottom = Math.min(mImageHeight, bottom);
453 Math.round(mImageHeight * mScale));
626 float scaleY = (float) mPreview.getHeight() / mImageHeight;
705 int bottomEdge = ((mImageHeight - mY) >> mTileLevel);
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 755 private final int mImageHeight;
765 mImageHeight = imageHeight;
773 mImageWidth, mImageHeight, arrayWidth, 1,
780 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2,
783 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2,
790 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1,
793 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1,
810 return mImageHeight;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 112 private final int mImageHeight;
136 mImageHeight = data.image.getHeight();
150 matrix.setTranslate((previewWidth - mImageWidth) / 2, (previewHeight - mImageHeight) / 2);
157 float scale = (float) iconSize / Math.min(mImageWidth, mImageHeight);
161 (iconSize - (scale * mImageHeight)) / 2);
253 values.put(MediaStore.Images.ImageColumns.HEIGHT, mImageHeight);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 50 int mImageHeight;

Completed in 1123 milliseconds