Exemplo n.º 1
0
 public float getEdge()
 {
     if (mTRoundImageViewLayout != null && mTRoundImageViewLayout.getVisibility() == 0)
     {
         return (float)mTRoundImageViewLayout.getEdge();
     } else
     {
         return (float)edge;
     }
 }