Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtmilano/AndroidViewClient
/ getX
Method
getX
src/com/dtmilano/android/viewclient.py:636–641 ·
view source on GitHub ↗
Gets the View X coordinate
(self)
Source
from the content-addressed store, hash-verified
634
return
-1
635
636
def
getX(self):
637
""
"
638
Gets the View X coordinate
639
""
"
640
641
return
self.getXY()[0]
642
643
def
__getX(self):
644
""
"
Callers
6
testGetX_specifiedSdkVersion_8
Method · 0.95
testGetX_specifiedSdkVersion_10
Method · 0.95
testContainsPoint_api15
Method · 0.95
testContainsPoint_api17
Method · 0.95
testActionBarSubtitleCoordinates
Method · 0.80
settings-display.py
File · 0.80
Calls
1
getXY
Method · 0.95
Tested by
5
testGetX_specifiedSdkVersion_8
Method · 0.76
testGetX_specifiedSdkVersion_10
Method · 0.76
testContainsPoint_api15
Method · 0.76
testContainsPoint_api17
Method · 0.76
testActionBarSubtitleCoordinates
Method · 0.64