/packages/services/Car/car-lib/src/android/car/navigation/ |
D | CarNavigationInstrumentCluster.java | 53 private int mImageHeight; field in CarNavigationInstrumentCluster 101 return mImageHeight; in getImageHeight() 115 that.mImageHeight, in CarNavigationInstrumentCluster() 136 this.mImageHeight = imageHeight; in CarNavigationInstrumentCluster() 150 dest.writeInt(mImageHeight); in writeToParcel() 158 mImageHeight = in.readInt(); in CarNavigationInstrumentCluster() 169 "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/services/Car/car-support-lib/src/android/support/car/navigation/ |
D | CarNavigationInstrumentCluster.java | 51 private int mImageHeight; field in CarNavigationInstrumentCluster 98 return mImageHeight; in getImageHeight() 115 that.mImageHeight, in CarNavigationInstrumentCluster() 139 this.mImageHeight = imageHeight; in CarNavigationInstrumentCluster() 151 "imageHeight: " + mImageHeight + ", " + in toString()
|
/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/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/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/TV/src/com/android/tv/dvr/ui/ |
D | RecordingCardView.java | 45 private final int mImageHeight; field in RecordingCardView 74 mImageHeight = imageHeight; in RecordingCardView() 131 ImageLoader.loadBitmap(getContext(), uri, mImageWidth, mImageHeight, in setImageUri() local
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramTableAdapter.java | 97 private final int mImageHeight; field in ProgramTableAdapter 138 mImageHeight = res.getDimensionPixelSize( in ProgramTableAdapter() 453 program.prefetchPosterArt(itemView.getContext(), mImageWidth, mImageHeight); 537 program.loadPosterArt(context, mImageWidth, mImageHeight,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GradControl.java | 50 int mImageHeight; field in GradControl
|