Exemplo n.º 1
0
 public int getBehindWidth() {
   if (mViewBehind == null) {
     return 0;
   } else {
     return mViewBehind.getBehindWidth();
   }
 }