private void refreshSize(Uri uri) {
   Point size = Storage.getSizeForSession(uri);
   mWidth = size.x;
   mHeight = size.y;
 }