Lines Matching refs:of
3 ## cl.testfwk_arkxtest.1 API Name Change of Rect
5 The definition of **Rect**, an enumeration type that indicates the component bound information, is …
9 …API of **@ohos.uitest-api9** during test case development, adaptation is required so that the comp…
19 | leftX | 1 | X-coordinate of the upper left corner of the component bounds.|
20 | topY | 2 | Y-coordinate of the upper left corner of the component bounds.|
21 | rightX | 3 | X-coordinate of the lower right corner of the component bounds.|
22 | bottomY | 4 | Y-coordinate of the lower right corner of the component bounds.|
28 | left | 1 | X-coordinate of the upper left corner of the component bounds.|
29 | top | 2 | Y-coordinate of the upper left corner of the component bounds.|
30 | right | 3 | X-coordinate of the lower right corner of the component bounds.|
31 | bottom | 4 | Y-coordinate of the lower right corner of the component bounds.|