Searched defs:getImageHeight (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBitmapTileProvider.java59 public int getImageHeight() { method in class:BitmapTileProvider
H A DTileImageViewAdapter.java187 public int getImageHeight() { method in class:TileImageViewAdapter
H A DTileImageView.java129 public int getImageHeight(); method in interface:TileImageView.TileSource
184 mImageHeight = mModel.getImageHeight();
H A DPositionController.java1203 public int getImageHeight() { method in class:PositionController
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DDrawableTileSource.java57 public int getImageHeight() { method in class:DrawableTileSource
73 float height = getImageHeight();
95 Rect bounds = new Rect(0, 0, getImageWidth(), getImageHeight());
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java110 public int getImageHeight() { method in class:BitmapRegionTileSource
/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationInstrumentCluster.java102 public int getImageHeight() { method in class:CarNavigationInstrumentCluster
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationInstrumentCluster.java100 public int getImageHeight() { method in class:CarNavigationInstrumentCluster
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageView.java160 mRenderer.centerY = source != null ? source.getImageHeight() / 2 : 0;
187 (float) getHeight() / (float) renderer.source.getImageHeight());
252 final int width = swap ? mRenderer.source.getImageHeight()
255 : mRenderer.source.getImageHeight();
351 public int getImageHeight() { method in class:TiledImageView.ColoredTiles
H A DTiledImageRenderer.java136 public int getImageHeight(); method in interface:TiledImageRenderer.TileSource
227 mImageHeight = mModel.getImageHeight();
/packages/apps/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java344 public int getImageHeight() { method in class:BitmapRegionTileSource
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java537 public int getImageHeight() { method in class:PhotoDataAdapter
538 return mTileProvider.getImageHeight();
/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java136 public int getImageHeight(); method in interface:TiledImageRenderer.TileSource
227 mImageHeight = mModel.getImageHeight();

Completed in 251 milliseconds