Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dpointer_input_device.cpp55 dragLastPos_ = lastPos_; in DispatchEvent()
56 lastPos_ = curPos_; in DispatchEvent()
71 lastPos_ = curPos_; in DispatchPressEvent()
72 dragLastPos_ = lastPos_; in DispatchPressEvent()
188 dragStep_.x = curPos_.x - lastPos_.x; in DispatchDragStartEvent()
189 dragStep_.y = curPos_.y - lastPos_.y; in DispatchDragStartEvent()
209 dragLastPos_ = lastPos_; in DispatchDragStartEvent()
221 DragEvent evt(curPos_, lastPos_, dragLen_); in DispatchDragEvent()
242 DragEvent evt(curPos_, lastPos_, dragLen_); in DispatchDragEndEvent()
297 CancelEvent evt(lastPos_); in DispatchCancelEvent()
[all …]
H A Dpointer_input_device.h28 : touchableView_(nullptr), draggableView_(nullptr), targetView_(nullptr), lastPos_({0, 0}), in PointerInputDevice()
43 Point lastPos_; variable
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Ddrag_event.h60 lastPos_ = lastPos; in DragEvent()
83 return lastPos_; in GetLastPoint()
166 Point lastPos_;
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dshared_block.h230 return mHeader->lastPos_; in GetLastPos()
245 mHeader->lastPos_ = lastPos; in SetLastPos()
278 uint32_t lastPos_; member
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h296 return mHeader->lastPos_; in GetLastPos()
320 mHeader->lastPos_ = lastPos; in SetLastPos()
355 uint32_t lastPos_; member
/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp305 …while (((lastScan_ + i) < currentOffset_) && ((lastPos_ + i) < static_cast<int64_t>(oldInfo.length… in ComputeLength()
306 if (oldInfo.buffer[lastPos_ + i] == newInfo.buffer[lastScan_ + i]) { in ComputeLength()
336 oldInfo.buffer[lastPos_ + lengthFront - overlap + i]) { in ComputeLength()
370 ctrlData.offsetIncrement = (matchPos_ - lenBack) - (lastPos_ + lenFront); in GetCtrlDatas()
372 ctrlData.diffOldStart = &oldInfo.buffer[lastPos_]; in GetCtrlDatas()
376 lastPos_ = matchPos_ - lenBack; in GetCtrlDatas()
H A Dblocks_diff.h85 int64_t lastPos_ { 0 };
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp442 scrollable->lastPos_ = 100.0f;
470 scrollable->lastPos_ = 100.0f;
1632 scrollable->lastPos_ = -10;
1639 scrollable->lastPos_ = -10;
1647 scrollable->lastPos_ = 10;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp608 lastPos_ = GetDragOffset(); in HandleDragEnd()
741 if (Negative(lastPos_ / delta)) { in GetGain()
749 if (Negative(lastPos_ / delta)) { in GetGain()
H A Dscrollable.h545 double lastPos_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp462 lastPos_ = GetDragOffset(); in HandleDragEnd()
622 if (Negative(lastPos_ / delta)) { in GetGain()
631 if (Negative(lastPos_ / delta)) { in GetGain()
H A Dscrollable.h543 double lastPos_ = 0.0; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dshared_block.cpp161 mHeader->lastPos_ = 0; in Clear()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h434 double lastPos_ = 0.0f; variable
H A Drender_list.cpp2326 spThis->lastPos_ = spThis->GetMainAxis(info.GetTouches().front().GetLocalLocation()); in PrepareRawRecognizer()
2359 double deltaPos = position - lastPos_; in OnSelectedItemMove()
2373 lastPos_ = position; in OnSelectedItemMove()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp156 mHeader->lastPos_ = 0; in Clear()