HomeSort by relevance Sort by last modified time
    Searched refs:mImageWidth (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/tests/media/src/android/media/cts/
YUVImage.java 28 private final int mImageWidth;
38 mImageWidth = imageWidth;
47 mImageWidth, mImageHeight, arrayWidth, 1,
54 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2,
57 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2,
64 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1,
67 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1,
79 return mImageWidth;
  /packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationInstrumentCluster.java 50 private int mImageWidth;
92 return mImageWidth;
108 that.mImageWidth,
125 this.mImageWidth = imageWidth;
139 dest.writeInt(mImageWidth);
147 mImageWidth = in.readInt();
158 "imageWidth: " + mImageWidth + ", " +
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationInstrumentCluster.java 55 private int mImageWidth;
99 return mImageWidth;
115 that.mImageWidth,
134 this.mImageWidth = imageWidth;
149 dest.writeInt(mImageWidth);
160 mImageWidth = in.readInt();
172 "imageWidth: " + mImageWidth + ", " +
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageStitcher.java 46 private int mImageWidth;
80 mImageWidth = mSliceWidth * mXSlices;
83 outputFormat.setDimensions(mImageWidth, mImageHeight);
116 float outputWidth = (float) Math.min(mSliceWidth, mImageWidth - outputOffsetX);
124 ((ShaderProgram) mProgram).setTargetRect(((float) outputOffsetX)/ mImageWidth,
126 outputWidth / mImageWidth,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageViewAdapter.java 36 protected int mImageWidth;
45 mImageWidth = 0;
56 mImageWidth = width;
64 mImageWidth = decoder.getWidth();
71 (float) mImageWidth / mScreenNail.getWidth()));
105 needClear = !new Rect(0, 0, mImageWidth, mImageHeight)
151 overlapRegion = new Rect(0, 0, mImageWidth, mImageHeight);
193 return mImageWidth;
BitmapTileProvider.java 32 private final int mImageWidth;
38 mImageWidth = bitmap.getWidth();
65 return mImageWidth;
TileImageView.java 107 protected int mImageWidth = SIZE_UNKNOWN;
178 mImageWidth = 0;
183 mImageWidth = mModel.getImageWidth();
324 right = Math.min(mImageWidth, right);
341 distW = mImageWidth / 2 - mCenterX;
345 distH = mImageWidth / 2 - mCenterX;
444 Math.round(mImageWidth * mScale),
615 float scaleX = (float) mScreenNail.getWidth() / mImageWidth;
689 int rightEdge = ((mImageWidth - mX) >> mTileLevel);
PhotoView.java 603 // mImageWidth and mImageHeight will get updated
636 int w = mTileView.mImageWidth;
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/ui/
RecordingCardView.java 40 private final int mImageWidth;
59 mImageWidth = getResources().getDimensionPixelSize(R.dimen.dvr_card_image_layout_width);
78 ImageLoader.loadBitmap(getContext(), uri, mImageWidth, mImageHeight,
  /packages/apps/Gallery2/src/com/android/photos/drawables/
AutoThumbnailDrawable.java 56 private int mImageWidth, mImageHeight;
74 mImageWidth = width;
170 if (mBounds.isEmpty() || mImageWidth == 0 || mImageHeight == 0) {
174 int sampleSize = calculateSampleSizeLocked(mImageWidth, mImageHeight);
190 return (float) mImageWidth / (float) mImageHeight;
245 width = mImageWidth;
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 38 protected int mImageWidth;
71 mImageWidth = width;
95 return decodeSampledBitmapFromResource(mResources, resId, mImageWidth,
ImageFetcher.java 244 bitmap = decodeSampledBitmapFromDescriptor(fileDescriptor, mImageWidth,
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 38 protected int mImageWidth;
71 mImageWidth = width;
95 return decodeSampledBitmapFromResource(mResources, resId, mImageWidth,
ImageFetcher.java 244 bitmap = decodeSampledBitmapFromDescriptor(fileDescriptor, mImageWidth,
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 38 protected int mImageWidth;
71 mImageWidth = width;
95 return decodeSampledBitmapFromResource(mResources, resId, mImageWidth,
ImageFetcher.java 244 bitmap = decodeSampledBitmapFromDescriptor(fileDescriptor, mImageWidth,
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 46 private int mImageWidth;
77 mImageWidth = bitmap.getWidth();
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 50 private int mImageWidth;
136 mImageWidth = bitmap.getWidth();
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 50 private int mImageWidth;
136 mImageWidth = bitmap.getWidth();
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 50 private int mImageWidth;
136 mImageWidth = bitmap.getWidth();
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 105 protected int mImageWidth = SIZE_UNKNOWN;
205 mImageWidth / (float) mPreview.getWidth()));
208 int maxDim = Math.max(mImageWidth, mImageHeight);
221 mImageWidth = 0;
226 mImageWidth = mModel.getImageWidth();
382 right = Math.min(mImageWidth, right);
451 Math.round(mImageWidth * mScale),
624 float scaleX = (float) mPreview.getWidth() / mImageWidth;
703 int rightEdge = ((mImageWidth - mX) >> mTileLevel);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 105 protected int mImageWidth = SIZE_UNKNOWN;
205 mImageWidth / (float) mPreview.getWidth()));
208 int maxDim = Math.max(mImageWidth, mImageHeight);
221 mImageWidth = 0;
226 mImageWidth = mModel.getImageWidth();
382 right = Math.min(mImageWidth, right);
451 Math.round(mImageWidth * mScale),
624 float scaleX = (float) mPreview.getWidth() / mImageWidth;
703 int rightEdge = ((mImageWidth - mX) >> mTileLevel);
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 105 protected int mImageWidth = SIZE_UNKNOWN;
205 mImageWidth / (float) mPreview.getWidth()));
208 int maxDim = Math.max(mImageWidth, mImageHeight);
221 mImageWidth = 0;
226 mImageWidth = mModel.getImageWidth();
382 right = Math.min(mImageWidth, right);
451 Math.round(mImageWidth * mScale),
624 float scaleX = (float) mPreview.getWidth() / mImageWidth;
703 int rightEdge = ((mImageWidth - mX) >> mTileLevel);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 112 private final int mImageWidth;
137 mImageWidth = data.image.getWidth();
152 matrix.setTranslate((previewWidth - mImageWidth) / 2, (previewHeight - mImageHeight) / 2);
159 float scale = (float) iconSize / Math.min(mImageWidth, mImageHeight);
162 matrix.postTranslate((iconSize - (scale * mImageWidth)) / 2,
257 values.put(MediaStore.Images.ImageColumns.WIDTH, mImageWidth);
    [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java 81 private final int mImageWidth;
105 mImageWidth = res.getDimensionPixelSize(
348 program.prefetchPosterArt(itemView.getContext(), mImageWidth, mImageHeight);
416 program.loadPosterArt(context, mImageWidth, mImageHeight,

Completed in 753 milliseconds

1 2