Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtmilano/AndroidViewClient
/ TextView
Class
TextView
src/com/dtmilano/android/viewclient.py:1300–1307 ·
view source on GitHub ↗
TextView class.
Source
from the content-addressed store, hash-verified
1298
1299
1300
class
TextView(View):
1301
""
"
1302
TextView
class
.
1303
""
"
1304
1305
@classmethod
1306
def
getAndroidClassName(cls):
1307
return
'android.widget.TextView'
1308
1309
1310
class
EditText(TextView):
Callers
2
factory
Method · 0.85
testCopyConstructor
Method · 0.85
Calls
no outgoing calls
Tested by
1
testCopyConstructor
Method · 0.68