isInvisible

fun View.isInvisible(): Boolean

判断View是不是可见

Return

true 可见(View.getVisibility == View.INVISIBLE)