public int getAdHeight() { return (mAdView != null) ? mAdView.getAdHeight() : 0; }
public int getAdHeight() { if (mAdView == null) { return 0; } return mAdView.getAdHeight(); }