/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | window_change_listener_impl.cpp | 24 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 D | window_change_listener_impl.h | 31 const std::shared_ptr<OHOS::Rosen::RSTransaction> &rsTransaction = nullptr) override;
|
/base/msdp/device_status/intention/drag/data/src/ |
H A D | drag_params.cpp | 255 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 D | drag_drawing.h | 284 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 D | drag_manager.h | 114 int32_t RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr) override;
|
/base/msdp/device_status/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 428 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 D | interaction_manager.cpp | 213 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 D | i_drag_manager.h | 92 virtual int32_t RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr) = 0;
|
/base/msdp/device_status/intention/drag/client/include/ |
H A D | drag_client.h | 56 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr);
|
/base/msdp/device_status/intention/frameworks/client/include/ |
H A D | intention_manager.h | 78 int32_t RotateDragWindowSync(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr);
|
/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | interaction_manager.h | 349 * @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 D | drag_client.cpp | 308 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 D | drag_params.h | 171 explicit RotateDragWindowSyncParam(const std::shared_ptr<Rosen::RSTransaction>& rsTransaction);
|
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 2121 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 D | drag_manager.cpp | 1378 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 D | interaction_drag_drawing_test.cpp | 1482 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction { nullptr }; in HWTEST_F() 1483 InteractionManager::GetInstance()->RotateDragWindowSync(rsTransaction); in HWTEST_F()
|