Lines Matching refs:safe
3 …safe area refers to the display area that isn't covered by a status bar, navigation bar, or any ot…
8 > By default, the notch area is not a non-safe area, and content can be displayed in this area.<br>
9 > You can set the notch area as a non-safe area since API version 12, so that content is not displa…
22 Sets the safe area to be expanded to.
32 | types | Array <[SafeAreaType](ts-types.md#safeareatype10)> | No | Types of non-safe areas to ex…
33 …e safe area.<br>Default value: **[SafeAreaEdge.TOP, SafeAreaEdge.BOTTOM, SafeAreaEdge.START, SafeA…
39 > The safe area does not restrict the layout or size of components inside, nor does it clip the co…
47 …requisite that the component can extend to the safe area when the component border overlaps with t…
49 > When the component extends to the safe area, the system may intercept events in the safe area to…
51 …For the correct implementation, see [Example 6]](#example-6-expanding-the-safe-area-in-scrollable-…
55 …ill not take effect if the component's boundary does not overlap with the safe area, such as with …
57 …Area** attribute is ineffective, and you need to place a component in the safe area, you will need…
101 This example demonstrates how to use the **expandSafeArea** attribute to expand the safe area to th…