Home
last modified time | relevance | path

Searched defs:centerY (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DSwipeUtils.kt26 val centerY = bounds.centerY() in calculateStartEndPoint() constant
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DRect.kt35 fun centerY(): Int = (top + bottom) / 2 in centerX() method