最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Android開發(fā)筆記之:如何屏蔽Button setClickable與setEnabled

 更新時(shí)間:2013年05月28日 10:54:47   作者:  
本篇文章是對(duì)在Android中,如何屏蔽Button setClickable與setEnabled的方法進(jìn)行了詳細(xì)的分析介紹,需要的朋友參考下
今天想讓按鍵暫時(shí)無效,滿足一定條件下才可以被用戶按到。最初以為是setClickable,誰知搞錯(cuò)了。
請(qǐng)看手冊(cè):
復(fù)制代碼 代碼如下:

public void setClickable (boolean clickable)
Since: API Level 14
Sets whether this node is clickable.
Note: Cannot be called from an AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.
Parameters
clickable True if the node is clickable.
Throws
IllegalStateException If called from an AccessibilityService.
public void setContentDescription (CharSequence contentDescr

這個(gè)函數(shù)的意思是讓按鍵按一下。比如弄一個(gè)定時(shí)器,然后在手機(jī)上模擬,多長(zhǎng)時(shí)間到了讓按鍵自己按一下,而不是手動(dòng)去按,可以用這個(gè)函數(shù)。
復(fù)制代碼 代碼如下:

public void setEnabled (boolean enabled)
Since: API Level 14
Sets whether this node is enabled.
Note: Cannot be called from an AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.
Parameters
enabled True if the node is enabled.
Throws
IllegalStateException If called from an AccessibilityService.

這個(gè)函數(shù)才是真正的,讓一個(gè)按鍵可以被用戶按,或者不可按。如果設(shè)為false,按鍵則會(huì)變成灰色的,按上去也沒反應(yīng)。當(dāng)設(shè)為true后,才會(huì)正常使用。這正是我找的函數(shù)。

相關(guān)文章

最新評(píng)論

瑞昌市| 罗田县| 息烽县| 庆城县| 吴江市| 岳池县| 尼木县| 平度市| 凤山市| 隆子县| 博乐市| 三都| 安远县| 高雄市| 壶关县| 德昌县| 岳阳市| 聊城市| 宜川县| 札达县| 华池县| 永春县| 桃江县| 子洲县| 平湖市| 潼关县| 闻喜县| 正蓝旗| 阿拉善盟| 裕民县| 辛集市| 长海县| 乌兰察布市| 丹巴县| 云浮市| 遂昌县| 齐齐哈尔市| 根河市| 霍林郭勒市| 迭部县| 渝北区|