Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp927 int32_t recordsSize = 1; in OnDragStart() local
937 recordsSize = pattern->GetDragRecordSize(); in OnDragStart()
940 recordsSize = recordSize > 1 ? recordSize : 1; in OnDragStart()
983 recordsSize = badgeNumber.value(); in OnDragStart()
1091 recordsSize = childSize; in OnDragStart()
1139 …static_cast<int32_t>(info.GetSourceDevice()), recordsSize, info.GetPointerId(), info.GetScreenLoca… in OnDragStart()
1152 recordsSize, info.GetPointerId(), info.GetTargetDisplayId(), windowId, summarys.c_str()); in OnDragStart()
1207 dragDropManager->ResetRecordSize(static_cast<uint32_t>(recordsSize)); in OnDragStart()