Home
last modified time | relevance | path

Searched refs:CheckPostionInGrid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_event_hub.cpp68 bool GridEventHub::CheckPostionInGrid(float x, float y) in CheckPostionInGrid() function in OHOS::Ace::NG::GridEventHub
79 if (!CheckPostionInGrid(x, y)) { in GetInsertPosition()
H A Dgrid_event_hub.h142 bool CheckPostionInGrid(float x, float y);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp1572 bool retFlag = gridEvent->CheckPostionInGrid(0, 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1366 if (eventHub->CheckPostionInGrid(globalX, globalY)) { in GetItemIndex()