Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtmilano/AndroidViewClient
/ isClickable
Method
isClickable
src/com/dtmilano/android/viewclient.py:1128–1129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1126
self.children.append(child)
1127
1128
def
isClickable(self):
1129
return
self.__getattr__(
'isClickable'
)()
1130
1131
def
isFocused(self):
1132
""
"
Callers
4
obtain_selector
Method · 0.95
testIsClickable_api15
Method · 0.95
testIsClickable_api17
Method · 0.95
isClickableCheckableOrFocusable
Method · 0.80
Calls
1
__getattr__
Method · 0.95
Tested by
2
testIsClickable_api15
Method · 0.76
testIsClickable_api17
Method · 0.76