Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_proxy_test_ng.cpp104 RectF showArea; variable
105 selectOverlayProxy->UpdateShowArea(showArea);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h271 RectF showArea; member
333 JSON_STRING_PUT_STRINGABLE(jsonValue, showArea); in ToString()
H A Dselect_overlay_layout_algorithm.cpp270 return info.firstHandle.GetPaintRect().IsWrappedBy(info.showArea); in CheckInShowArea()
272 return info.firstHandle.GetPaintRect().IsWrappedBy(info.showArea) && in CheckInShowArea()
273 info.secondHandle.GetPaintRect().IsWrappedBy(info.showArea); in CheckInShowArea()
H A Dselect_overlay_pattern.cpp580 if (info_->showArea != area) { in UpdateShowArea()
581 info_->showArea = area; in UpdateShowArea()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/
H A DGridObjectSortComponent.ets1332 // showArea
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp1618 selectInfo.showArea = FIRST_HANDLE_REGION;
2440 selectInfo1.showArea = {1, 1, 1, 1};