Exemplo n.º 1
0
 public override int getOpacity()
 {
     return(mCurrDrawable == null || !mCurrDrawable.isVisible() ? android.graphics.PixelFormat
            .TRANSPARENT : mDrawableContainerState.getOpacity());
 }