mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 15:10:30 +00:00
修改空行
Signed-off-by: houdisheng <houdisheng@huawei.com>
This commit is contained in:
parent
9daecc637c
commit
38a1e11564
@ -117,7 +117,7 @@ private:
|
||||
PanDirection direction_;
|
||||
double distance_ = 0.0;
|
||||
RefPtr<PanGestureOption> panGestureOption_;
|
||||
Matrix4 matrix;
|
||||
Matrix4 matrix;
|
||||
};
|
||||
|
||||
} // namespace OHOS::Ace::NG
|
||||
|
@ -27,8 +27,8 @@ enum class GestureType {
|
||||
TOUCH_CANCEL,
|
||||
TOUCH_END,
|
||||
REMOTE_MESSAGE,
|
||||
PAN,
|
||||
GROUP,
|
||||
PAN,
|
||||
GROUP,
|
||||
};
|
||||
|
||||
} // namespace OHOS::Ace
|
||||
|
@ -1566,7 +1566,7 @@ void PipelineContext::OnTouchEvent(const TouchEvent& point, const RefPtr<FrameNo
|
||||
|
||||
if (etsSerializedGesture.size != 0) {
|
||||
GestureGroup rebirth(GestureMode::Exclusive);
|
||||
rebirth.Deserialize(etsSerializedGesture.data.data());
|
||||
rebirth.Deserialize(etsSerializedGesture.data.data());
|
||||
auto recognizer = rebirth.CreateRecognizer();
|
||||
if (recognizer) {
|
||||
recognizer->SetInnerFlag(true);
|
||||
|
Loading…
Reference in New Issue
Block a user