/packages/services/Car/car-lib/src/android/car/navigation/ |
D | CarNavigationInstrumentCluster.java | 54 private final int mImageHeight; field in CarNavigationInstrumentCluster 110 return mImageHeight; in getImageHeight() 132 that.mImageHeight, in CarNavigationInstrumentCluster() 152 mImageHeight = imageHeight; in CarNavigationInstrumentCluster() 167 dest.writeInt(mImageHeight); in writeToParcel() 176 mImageHeight = in.readInt(); in CarNavigationInstrumentCluster() 188 + "imageHeight: " + mImageHeight + ", " in toString()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TileImageViewAdapter.java | 37 protected int mImageHeight; field in TileImageViewAdapter 46 mImageHeight = 0; in clear() 57 mImageHeight = height; in setScreenNail() 65 mImageHeight = decoder.getHeight(); in setRegionDecoder() 105 needClear = !new Rect(0, 0, mImageWidth, mImageHeight) in getTile() 151 overlapRegion = new Rect(0, 0, mImageWidth, mImageHeight); in getTileWithoutReusingBitmap() 188 return mImageHeight; in getImageHeight()
|
D | TileImageView.java | 108 protected int mImageHeight = SIZE_UNKNOWN; field in TileImageView 179 mImageHeight = 0; in notifyModelInvalidated() 184 mImageHeight = mModel.getImageHeight(); in notifyModelInvalidated() 325 bottom = Math.min(mImageHeight, bottom); in getRange() 342 distH = mImageHeight / 2 - mCenterY; in getImageCenter() 344 distW = mImageHeight / 2 - mCenterY; in getImageCenter() 445 Math.round(mImageHeight * mScale)); in render() 616 float scaleY = (float) mScreenNail.getHeight() / mImageHeight; in drawTile() 690 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap()
|
D | BitmapTileProvider.java | 33 private final int mImageHeight; field in BitmapTileProvider 39 mImageHeight = bitmap.getHeight(); in BitmapTileProvider() 60 return mImageHeight; in getImageHeight()
|
D | PhotoView.java | 637 int h = mTileView.mImageHeight; in updateSize()
|
/packages/apps/Gallery2/src/com/android/photos/drawables/ |
D | AutoThumbnailDrawable.java | 56 private int mImageWidth, mImageHeight; field in AutoThumbnailDrawable 75 mImageHeight = height; in setImage() 170 if (mBounds.isEmpty() || mImageWidth == 0 || mImageHeight == 0) { in refreshSampleSizeLocked() 174 int sampleSize = calculateSampleSizeLocked(mImageWidth, mImageHeight); in refreshSampleSizeLocked() 190 return (float) mImageWidth / (float) mImageHeight; in getAspectRatio() 246 height = mImageHeight;
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 106 protected int mImageHeight = SIZE_UNKNOWN; field in TiledImageRenderer 208 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount() 222 mImageHeight = 0; in notifyModelInvalidated() 227 mImageHeight = mModel.getImageHeight(); in notifyModelInvalidated() 383 bottom = Math.min(mImageHeight, bottom); in getRange() 452 Math.round(mImageHeight * mScale)); in draw() 625 float scaleY = (float) mPreview.getHeight() / mImageHeight; in drawTile() 704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 106 protected int mImageHeight = SIZE_UNKNOWN; field in TiledImageRenderer 208 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount() 222 mImageHeight = 0; in notifyModelInvalidated() 227 mImageHeight = mModel.getImageHeight(); in notifyModelInvalidated() 383 bottom = Math.min(mImageHeight, bottom); in getRange() 452 Math.round(mImageHeight * mScale)); in draw() 625 float scaleY = (float) mPreview.getHeight() / mImageHeight; in drawTile() 704 int bottomEdge = ((mImageHeight - mY) >> mTileLevel); in onGetBitmap()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | RecordingCardView.java | 51 private final int mImageHeight; field in RecordingCardView 97 mImageHeight = imageHeight; in RecordingCardView() 264 mImageHeight, in setImageUri() local
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramTableAdapter.java | 98 private final int mImageHeight; field in ProgramTableAdapter 143 mImageHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_detail_image_height); in ProgramTableAdapter() 500 program.prefetchPosterArt(itemView.getContext(), mImageWidth, mImageHeight); 581 mImageHeight,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GradControl.java | 50 int mImageHeight; field in GradControl
|