Searched refs:mBitmapHeight (Results 1 – 2 of 2) sorted by relevance
61 private int mBitmapHeight; field in SharePopup133 mBitmapHeight = bitmap.getHeight(); in SharePopup()140 mBitmapHeight = bitmap.getHeight(); in SharePopup()180 float desiredAspect = (float) mBitmapWidth / mBitmapHeight; in setOrientation()
45 private int mBitmapHeight; field in AlbumLabelMaker114 mBitmapHeight = mSpec.labelBackgroundHeight + borders; in setLabelWidth()156 bitmap = GalleryBitmapPool.getInstance().get(mBitmapWidth, mBitmapHeight); in run()