Home
last modified time | relevance | path

Searched defs:isPartialUpdate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_context_model_impl.h35 …NG::SheetStyle& sheetStyle, bool isPartialUpdate, int32_t currentInstanceId) override { return 0; } in UpdateBindSheet()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/view_context/
H A Dview_context_model_ng.cpp68 NG::SheetStyle& sheetStyle, bool isPartialUpdate, int32_t currentInstanceId) in UpdateBindSheet()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_manager.cpp161 NG::SheetStyle& sheetStyle, bool isPartialUpdate, int32_t currentInstanceId) in UpdateBindSheetByUIContext()
H A Doverlay_manager.cpp4575 …::FrameNode>& sheetContentNode, NG::SheetStyle& sheetStyle, int32_t targetId, bool isPartialUpdate) in UpdateBindSheetByUIContext()
4594 const RefPtr<FrameNode>& sheetPageNode, NG::SheetStyle& sheetStyle, bool isPartialUpdate) in UpdateSheetRender()
4624 NG::SheetStyle& currentStyle, bool isPartialUpdate) in UpdateSheetProperty()
4639 int32_t targetId, bool isStartByUIContext, bool isPartialUpdate, in UpdateSheetPage()
4681 const RefPtr<FrameNode>& sheetNode, const SheetStyle& sheetStyle, bool isPartialUpdate) in UpdateSheetStyle()
4873 const RefPtr<FrameNode>& sheetNode, const SheetStyle& sheetStyle, bool isPartialUpdate) in UpdateSheetMask()
5020 const NG::SheetStyle& sheetStyle, bool isPartialUpdate) in SetSheetBackgroundColor()
H A Dsheet_presentation_pattern.cpp395 void SheetPresentationPattern::SetSheetBorderWidth(bool isPartialUpdate) in SetSheetBorderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp899 bool isPartialUpdate = false; in JSUpdateBindSheet() local
H A Djs_view_abstract.cpp7982 const JSRef<JSObject>& paramObj, NG::SheetStyle& sheetStyle, bool isPartialUpdate) in ParseSheetStyle()