Home
last modified time | relevance | path

Searched refs:TransformHintChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h54 static void TransformHintChanged(const RefPtr<AceViewOhos>& view, uint32_t transform);
H A Dace_view_ohos.cpp105 void AceViewOhos::TransformHintChanged(const RefPtr<AceViewOhos>& view, uint32_t transform) in TransformHintChanged() function in OHOS::Ace::Platform::AceViewOhos
H A Dui_content_impl.cpp2617 Platform::AceViewOhos::TransformHintChanged(aceView, config.TransformHint()); in UpdateViewportConfigWithAnimation()