Home
last modified time | relevance | path

Searched refs:mImageWidth (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/car-lib/src/android/car/navigation/
DCarNavigationInstrumentCluster.java50 private int mImageWidth; field in CarNavigationInstrumentCluster
92 return mImageWidth; in getImageWidth()
108 that.mImageWidth, in CarNavigationInstrumentCluster()
125 this.mImageWidth = imageWidth; in CarNavigationInstrumentCluster()
139 dest.writeInt(mImageWidth); in writeToParcel()
147 mImageWidth = in.readInt(); in CarNavigationInstrumentCluster()
158 "imageWidth: " + mImageWidth + ", " + in toString()
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
DCarNavigationInstrumentCluster.java55 private int mImageWidth; field in CarNavigationInstrumentCluster
99 return mImageWidth; in getImageWidth()
115 that.mImageWidth, in CarNavigationInstrumentCluster()
134 this.mImageWidth = imageWidth; in CarNavigationInstrumentCluster()
149 dest.writeInt(mImageWidth); in writeToParcel()
160 mImageWidth = in.readInt(); in CarNavigationInstrumentCluster()
172 "imageWidth: " + mImageWidth + ", " + in toString()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageViewAdapter.java36 protected int mImageWidth; field in TileImageViewAdapter
45 mImageWidth = 0; in clear()
56 mImageWidth = width; in setScreenNail()
64 mImageWidth = decoder.getWidth(); in setRegionDecoder()
71 (float) mImageWidth / mScreenNail.getWidth())); in calculateLevelCount()
105 needClear = !new Rect(0, 0, mImageWidth, mImageHeight) in getTile()
151 overlapRegion = new Rect(0, 0, mImageWidth, mImageHeight); in getTileWithoutReusingBitmap()
193 return mImageWidth; in getImageWidth()
DBitmapTileProvider.java32 private final int mImageWidth; field in BitmapTileProvider
38 mImageWidth = bitmap.getWidth(); in BitmapTileProvider()
65 return mImageWidth; in getImageWidth()
DTileImageView.java107 protected int mImageWidth = SIZE_UNKNOWN; field in TileImageView
178 mImageWidth = 0; in notifyModelInvalidated()
183 mImageWidth = mModel.getImageWidth(); in notifyModelInvalidated()
324 right = Math.min(mImageWidth, right); in getRange()
341 distW = mImageWidth / 2 - mCenterX; in getImageCenter()
345 distH = mImageWidth / 2 - mCenterX; in getImageCenter()
444 Math.round(mImageWidth * mScale), in render()
615 float scaleX = (float) mScreenNail.getWidth() / mImageWidth; in drawTile()
689 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap()
DPhotoView.java636 int w = mTileView.mImageWidth; in updateSize()
/packages/apps/Gallery2/src/com/android/photos/drawables/
DAutoThumbnailDrawable.java56 private int mImageWidth, mImageHeight; field in AutoThumbnailDrawable
74 mImageWidth = width; 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()
245 width = mImageWidth;
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java105 protected int mImageWidth = SIZE_UNKNOWN; field in TiledImageRenderer
205 mImageWidth / (float) mPreview.getWidth())); in calculateLevelCount()
208 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount()
221 mImageWidth = 0; in notifyModelInvalidated()
226 mImageWidth = mModel.getImageWidth(); in notifyModelInvalidated()
382 right = Math.min(mImageWidth, right); in getRange()
451 Math.round(mImageWidth * mScale), in draw()
624 float scaleX = (float) mPreview.getWidth() / mImageWidth; in drawTile()
703 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java106 protected int mImageWidth = SIZE_UNKNOWN; field in TiledImageRenderer
206 mImageWidth / (float) mPreview.getWidth())); in calculateLevelCount()
209 int maxDim = Math.max(mImageWidth, mImageHeight); in calculateLevelCount()
222 mImageWidth = 0; in notifyModelInvalidated()
227 mImageWidth = mModel.getImageWidth(); in notifyModelInvalidated()
383 right = Math.min(mImageWidth, right); in getRange()
452 Math.round(mImageWidth * mScale), in draw()
625 float scaleX = (float) mPreview.getWidth() / mImageWidth; in drawTile()
704 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DRecordingCardView.java40 private final int mImageWidth; field in RecordingCardView
59 mImageWidth = getResources().getDimensionPixelSize(R.dimen.dvr_card_image_layout_width); in RecordingCardView()
78 ImageLoader.loadBitmap(getContext(), uri, mImageWidth, mImageHeight, in setImageUri() local
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java81 private final int mImageWidth; field in ProgramTableAdapter
105 mImageWidth = res.getDimensionPixelSize( in ProgramTableAdapter()
348 program.prefetchPosterArt(itemView.getContext(), mImageWidth, mImageHeight);
416 program.loadPosterArt(context, mImageWidth, mImageHeight,