【android】view.isShown ()的用法
来源:程序员人生 发布时间:2014-12-28 12:28:14 阅读次数:11659次
先看官方说明:
public boolean isShown ()
Added in API level 1
Returns the visibility of this view and all of its ancestors
Returns
- True if this view and all of its ancestors are
VISIBLE
也就是只有当view本身和它的所有先人们都是visible时,isShown()才返回TRUE。
而平常我们调用if(view.getVisibility() == View.VISIBLE)只是对view本身而不对先人的可见性进行判断。
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠