Home
last modified time | relevance | path

Searched refs:rsTransaction (Results 1 - 16 of 16) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dwindow_change_listener_impl.cpp24 const std::shared_ptr<Rosen::RSTransaction> &rsTransaction) in OnSizeChange()
23 OnSizeChange(Rosen::Rect rect, Rosen::WindowSizeChangeReason reason, const std::shared_ptr<Rosen::RSTransaction> &rsTransaction) OnSizeChange() argument
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dwindow_change_listener_impl.h31 const std::shared_ptr<OHOS::Rosen::RSTransaction> &rsTransaction = nullptr) override;
/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp255 RotateDragWindowSyncParam::RotateDragWindowSyncParam(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in RotateDragWindowSyncParam() argument
256 : rsTransaction_(rsTransaction) in RotateDragWindowSyncParam()
274 std::shared_ptr<Rosen::RSTransaction> rsTransaction(parcel.ReadParcelable<Rosen::RSTransaction>()); in Unmarshalling()
275 if (rsTransaction == nullptr) { in Unmarshalling()
276 FI_HILOGE("UnMarshalling rsTransaction failed"); in Unmarshalling()
279 rsTransaction_ = rsTransaction; in Unmarshalling()
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h284 int32_t RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr);
358 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool isAnimated);
360 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction);
362 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool isAnimated = false);
H A Ddrag_manager.h114 int32_t RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr) override;
/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp428 int32_t IntentionManager::RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in RotateDragWindowSync() argument
438 return drag_.RotateDragWindowSync(*tunnel_, rsTransaction); in RotateDragWindowSync()
447 return drag_.RotateDragWindowSync(*tunnel_, rsTransaction); in RotateDragWindowSync()
/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp213 int32_t InteractionManager::RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in RotateDragWindowSync() argument
215 return INTER_MGR_IMPL.RotateDragWindowSync(rsTransaction); in RotateDragWindowSync()
/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h92 virtual int32_t RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr) = 0;
/base/msdp/device_status/intention/drag/client/include/
H A Ddrag_client.h56 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr);
/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h78 int32_t RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr);
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h349 * @param rsTransaction Indicates utterances rotate the sync handle.
353 int32_t RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr);
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp308 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in RotateDragWindowSync()
310 RotateDragWindowSyncParam param { rsTransaction }; in RotateDragWindowSync()
307 RotateDragWindowSync(ITunnelClient &tunnel, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) RotateDragWindowSync() argument
/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h171 explicit RotateDragWindowSyncParam(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction);
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2121 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool isAnimated) in RotateDragWindow()
2131 return DoRotateDragWindow(rotateAngle, rsTransaction, isAnimated); in RotateDragWindow()
2437 int32_t DragDrawing::RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in RotateDragWindowSync() argument
2441 RotateDragWindow(rotation_, rsTransaction, true); in RotateDragWindowSync()
2898 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool isAnimated) in DoRotateDragWindow()
2923 return DoRotateDragWindowAnimation(rotation, pivotX, pivotY, rsTransaction); in DoRotateDragWindow()
3031 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in DoRotateDragWindowAnimation()
3034 if (rsTransaction != nullptr) { in DoRotateDragWindowAnimation()
3036 rsTransaction->Begin(); in DoRotateDragWindowAnimation()
3053 if (rsTransaction ! in DoRotateDragWindowAnimation()
2120 RotateDragWindow(Rosen::Rotation rotation, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool isAnimated) RotateDragWindow() argument
2897 DoRotateDragWindow(float rotation, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool isAnimated) DoRotateDragWindow() argument
3030 DoRotateDragWindowAnimation(float rotation, float pivotX, float pivotY, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) DoRotateDragWindowAnimation() argument
[all...]
H A Ddrag_manager.cpp1378 int32_t DragManager::RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in RotateDragWindowSync() argument
1380 return dragDrawing_.RotateDragWindowSync(rsTransaction); in RotateDragWindowSync()
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp1482 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction { nullptr }; in HWTEST_F()
1483 InteractionManager::GetInstance()->RotateDragWindowSync(rsTransaction); in HWTEST_F()

Completed in 18 milliseconds