Exemplo n.º 1
0
 public void clearResource(boolean flag)
 {
     if (flag && mTRoundImageViewLayout != null)
     {
         mTRoundImageViewLayout.setBitmapsNull();
     }
 }
Exemplo n.º 2
0
 public void clearImageViwesBitmap()
 {
     if (mTRoundImageViewLayout != null)
     {
         mTRoundImageViewLayout.setBitmapsNull();
     }
     if (bitmaps != null)
     {
         bitmaps.clear();
     }
     radius = 0.0F;
 }