private void setDepthOffset(float offset) {
   mLeftView.setOffset(offset);
   mRightView.setOffset(-offset);
 }