Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java169 Rect boundary = obj.getBounds(); in swipe() local
172 final int objHeight = boundary.height(); in swipe()
173 final int objWidth = boundary.width(); in swipe()