Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtmilano/AndroidViewClient
/ getY
Method
getY
src/com/dtmilano/android/viewclient.py:666–671 ·
view source on GitHub ↗
Gets the View Y coordinate
(self)
Source
from the content-addressed store, hash-verified
664
return
x
665
666
def
getY(self):
667
""
"
668
Gets the View Y coordinate
669
""
"
670
671
return
self.getXY()[1]
672
673
def
__getY(self):
674
""
"
Callers
6
testGetY_specifiedSdkVersion_8
Method · 0.95
testGetY_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
testGetY_specifiedSdkVersion_8
Method · 0.76
testGetY_specifiedSdkVersion_10
Method · 0.76
testContainsPoint_api15
Method · 0.76
testContainsPoint_api17
Method · 0.76
testActionBarSubtitleCoordinates
Method · 0.64