最新国产好看的视频,伊人天堂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)論

聂拉木县| 扶风县| 石城县| 宿松县| 通化市| 澄城县| 崇义县| 丁青县| 宁国市| 罗江县| 双桥区| 常熟市| 同仁县| 长治县| 徐汇区| 岳西县| 绥棱县| 鹤峰县| 莲花县| 肥乡县| 镇原县| 眉山市| 东丰县| 沁阳市| 澎湖县| 苍山县| 布尔津县| 凌云县| 繁峙县| 广汉市| 淮北市| 克拉玛依市| 澜沧| 沙坪坝区| 福清市| 青神县| 寿阳县| 海城市| 宁都县| 桃园市| 大姚县|