Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp575 bool outOfStart = itemStart_ && Positive(currentOffset_); in OutOfBounds() local
581 return outOfStart || outOfEnd; in OutOfBounds()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp2729 bool outOfStart = Positive(visibleItemStartPos - scrollMargin_) && in IsOutOfBoundary() local
2733 return outOfStart || outOfEnd; in IsOutOfBoundary()