Searched defs:getImageWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java416 public int getImageWidth() { method in class:BitmapRegionTileSource
/frameworks/base/packages/WallpaperCropper/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();

Completed in 462 milliseconds