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