Home
last modified time | relevance | path

Searched refs:mBitmapHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DSharePopup.java61 private int mBitmapHeight; field in SharePopup
133 mBitmapHeight = bitmap.getHeight(); in SharePopup()
140 mBitmapHeight = bitmap.getHeight(); in SharePopup()
180 float desiredAspect = (float) mBitmapWidth / mBitmapHeight; in setOrientation()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java45 private int mBitmapHeight; field in AlbumLabelMaker
114 mBitmapHeight = mSpec.labelBackgroundHeight + borders; in setLabelWidth()
156 bitmap = GalleryBitmapPool.getInstance().get(mBitmapWidth, mBitmapHeight); in run()