MCPcopy 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
1300class TextView(View):
1301 """
1302 TextView class.
1303 """
1304
1305 @classmethod
1306 def getAndroidClassName(cls):
1307 return 'android.widget.TextView'
1308
1309
1310class EditText(TextView):

Callers 2

factoryMethod · 0.85
testCopyConstructorMethod · 0.85

Calls

no outgoing calls

Tested by 1

testCopyConstructorMethod · 0.68