Lines Matching refs:of

3 The AutoFillPopupConfig module describes the size and position information of an auto-fill pop-up.
7 > The initial APIs of this module are supported since API version 12. Newly added APIs will be mark…
11 > The APIs of this module can be used only in the stage model.
27 | popupSize | [PopupSize](#popupsize) | No | Width and height of the auto-fill pop-up. If thi…
28 | placement | [PopupPlacement](#popupplacement) | No | Position of the auto-fill pop-up. If this p…
32 Describes the width and height of the auto-fill pop-up.
40 | width | number | Yes | Width of the auto-fill pop-up. |
41 | height | number | Yes | Height of the auto-fill pop-up. |
45 Enumerates the positions of an auto-fill pop-up.
53 | LEFT | 0 |The popup is on the left of the component and aligned with the left center of
54 | RIGHT | 1 |The popup is on the right of the component and aligned with the right center
55 | TOP | 2 |The popup is at the top of the component and aligned with the top center of t…
56 | BOTTOM | 3 |The popup is at the bottom of the component and aligned with the bottom cente…
57 | TOP_LEFT | 4 |The popup is at the top of the component and aligned with the left edge of th…
58 | TOP_RIGHT | 5 |The popup is at the top of the component and aligned with the right edge of t…
59 | BOTTOM_LEFT | 6 |The popup is at the bottom of the component and aligned with the left edge of
60 | BOTTOM_RIGHT | 7 |The popup is at the bottom of the component and aligned with the right edge o…
61 | LEFT_TOP | 8 |The popup is on the left of the component and aligned with the top edge of th…
62 | LEFT_BOTTOM | 9 |The popup is on the left of the component and aligned with the bottom edge of
63 | RIGHT_TOP | 10 |The popup is on the right of the component and aligned with the top edge of t…
64 | RIGHT_BOTTOM | 11 |The popup is on the right of the component and aligned with the bottom edge o…