Searched refs:mBitmapWidth (Results 1 – 2 of 2) sorted by relevance
60 private int mBitmapWidth; field in SharePopup132 mBitmapWidth = bitmap.getWidth(); in SharePopup()139 mBitmapWidth = bitmap.getWidth(); in SharePopup()180 float desiredAspect = (float) mBitmapWidth / mBitmapHeight; in setOrientation()
44 private int mBitmapWidth; field in AlbumLabelMaker113 mBitmapWidth = width + borders; in setLabelWidth()156 bitmap = GalleryBitmapPool.getInstance().get(mBitmapWidth, mBitmapHeight); in run()