Home
last modified time | relevance | path

Searched refs:location2 (Results 1 – 1 of 1) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DViewMatchers.kt85 val location2 = IntArray(2) in isAbove() constant
87 otherView!!.getLocationOnScreen(location2) // Safe call as otherView might be null in isAbove()
89 return location1[1] < location2[1] // Compare y-coordinates in isAbove()