Searched refs:getImageWidth (Results 1 - 18 of 18) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DDrawableTileSource.java52 public int getImageWidth() { method in class:DrawableTileSource
72 float width = getImageWidth();
95 Rect bounds = new Rect(0, 0, getImageWidth(), getImageHeight());
H A DCropView.java71 final float imageWidth = mRenderer.source.getImageWidth();
89 float initialCenterX = mRenderer.source.getImageWidth() / 2f;
133 return new Point(mRenderer.source.getImageWidth(), mRenderer.source.getImageHeight());
H A DWallpaperCropActivity.java280 RectF crop = Utils.getMaxCropRect(src.getImageWidth(), src.getImageHeight(),
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationInstrumentCluster.java89 public int getImageWidth() { method in class:CarNavigationInstrumentCluster
H A DCarNavigationStatusManagerEmbedded.java106 ic.getImageWidth(), ic.getImageHeight(), ic.getImageColorDepthBits());
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageView.java159 mRenderer.centerX = source != null ? source.getImageWidth() / 2 : 0;
186 (float) getWidth() / (float) renderer.source.getImageWidth(),
253 : mRenderer.source.getImageWidth();
254 final int height = swap ? mRenderer.source.getImageWidth()
346 public int getImageWidth() { method in class:TiledImageView.ColoredTiles
H A DTiledImageRenderer.java135 public int getImageWidth(); method in interface:TiledImageRenderer.TileSource
226 mImageWidth = mModel.getImageWidth();
/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java111 mRenderer.centerX = source != null ? source.getImageWidth() / 2 : 0;
139 (float) getWidth() / (float) renderer.source.getImageWidth(),
H A DTiledImageRenderer.java135 public int getImageWidth(); method in interface:TiledImageRenderer.TileSource
226 mImageWidth = mModel.getImageWidth();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBitmapTileProvider.java64 public int getImageWidth() { method in class:BitmapTileProvider
H A DTileImageViewAdapter.java192 public int getImageWidth() { method in class:TileImageViewAdapter
H A DTileImageView.java128 public int getImageWidth(); method in interface:TileImageView.TileSource
183 mImageWidth = mModel.getImageWidth();
H A DPhotoView.java750 int imageW = mPositionController.getImageWidth();
H A DPositionController.java1198 public int getImageWidth() { method in class:PositionController
/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationInstrumentCluster.java95 public int getImageWidth() { method in class:CarNavigationInstrumentCluster
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java105 public int getImageWidth() { method in class:BitmapRegionTileSource
/packages/apps/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java339 public int getImageWidth() { method in class:BitmapRegionTileSource
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java542 public int getImageWidth() { method in class:PhotoDataAdapter
543 return mTileProvider.getImageWidth();

Completed in 965 milliseconds