Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DSharePopup.java60 private int mBitmapWidth; field in SharePopup
132 mBitmapWidth = bitmap.getWidth(); in SharePopup()
139 mBitmapWidth = bitmap.getWidth(); in SharePopup()
180 float desiredAspect = (float) mBitmapWidth / mBitmapHeight; in setOrientation()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java44 private int mBitmapWidth; field in AlbumLabelMaker
113 mBitmapWidth = width + borders; in setLabelWidth()
156 bitmap = GalleryBitmapPool.getInstance().get(mBitmapWidth, mBitmapHeight); in run()