/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | pointer_input_device.cpp | 55 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 D | pointer_input_device.h | 28 : 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 D | drag_event.h | 60 lastPos_ = lastPos; in DragEvent() 83 return lastPos_; in GetLastPoint() 166 Point lastPos_;
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | shared_block.h | 230 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 D | shared_block.h | 296 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 D | blocks_diff.cpp | 305 …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 D | blocks_diff.h | 85 int64_t lastPos_ { 0 };
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_cover_test_ng.cpp | 442 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 D | scrollable.cpp | 608 lastPos_ = GetDragOffset(); in HandleDragEnd() 741 if (Negative(lastPos_ / delta)) { in GetGain() 749 if (Negative(lastPos_ / delta)) { in GetGain()
|
H A D | scrollable.h | 545 double lastPos_ = 0.0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.cpp | 462 lastPos_ = GetDragOffset(); in HandleDragEnd() 622 if (Negative(lastPos_ / delta)) { in GetGain() 631 if (Negative(lastPos_ / delta)) { in GetGain()
|
H A D | scrollable.h | 543 double lastPos_ = 0.0; variable
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | shared_block.cpp | 161 mHeader->lastPos_ = 0; in Clear()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.h | 434 double lastPos_ = 0.0f; variable
|
H A D | render_list.cpp | 2326 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 D | shared_block.cpp | 156 mHeader->lastPos_ = 0; in Clear()
|