Home
last modified time | relevance | path

Searched refs:GetIsDeclarative (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_element.h36 if (context && !context->GetIsDeclarative()) { in Update()
43 if (context && !context->GetIsDeclarative() && paint) { in Update()
51 if (context && context->GetIsDeclarative()) { in CanUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.cpp171 if (context && context->GetIsDeclarative()) { in CanUpdate()
199 if (context && context->GetIsDeclarative()) { in NeedUpdateWithComponent()
226 if (context->GetIsDeclarative()) { in UpdateChild()
H A Drender_element.cpp83 if (context->GetIsDeclarative()) { in SetAccessibilityNode()
139 if (context->GetIsDeclarative()) { in UpdateAccessibilityNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_multitext_component.cpp78 if (context->GetIsDeclarative()) { in GetSelectedObject()
88 if (context->GetIsDeclarative()) { in GetSelectedObject()
100 if (context->GetIsDeclarative()) { in GetSelectedObject()
H A Dpicker_text_component.cpp69 if (context->GetIsDeclarative()) { in GetSelectedObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.cpp37 if (context && context->GetIsDeclarative()) { in Update()
91 if (context && context->GetIsDeclarative()) { in OnTouchTestHit()
117 if (context && context->GetIsDeclarative()) { in HandleEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp58 if (context && context->GetIsDeclarative()) { in Update()
82 if (context && context->GetIsDeclarative()) { in FireSubmitEvent()
108 if (context && context->GetIsDeclarative()) { in PerformLayout()
170 if (context && context->GetIsDeclarative()) { in InitRect()
213 if (context && context->GetIsDeclarative()) { in OnValueChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drosen_render_piece.cpp60 if (contextColor->GetIsDeclarative()) { in Paint()
73 if (contextColor->GetIsDeclarative()) { in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_element.cpp78 if (context->GetIsDeclarative()) { in Update()
94 if (context->GetIsDeclarative()) { in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_element.h37 if (context && context->GetIsDeclarative()) { in CanUpdate()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.h42 bool GetIsDeclarative() const override in GetIsDeclarative() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp140 if (context && context->GetIsDeclarative()) { in Update()
162 if (context && context->GetIsDeclarative()) { in BindButtonEvent()
415 if (context->GetIsDeclarative()) { in ComputeChildPosition()
618 if (context->GetIsDeclarative()) { in RemoveAccessibilityNode()
631 if (context && context->GetIsDeclarative()) { in RemoveBackendEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_element.h44 if (pipelineContext && pipelineContext->GetIsDeclarative()) { in CanUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Dbubble_element.cpp70 return context->GetIsDeclarative(); in IsDeclarative()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_element.cpp69 if (context && context->GetIsDeclarative()) { in ApplyRenderChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_element.cpp160 if (context && context->GetIsDeclarative()) { in SetTransitionDirection()
372 if (context && context->GetIsDeclarative()) { in SetTransition()
400 if (context && context->GetIsDeclarative() && delay >= 0) { in SetTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp40 if (context && !context->GetIsDeclarative()) { in Update()
61 if (context && context->GetIsDeclarative()) { in Update()
148 if (context && context->GetIsDeclarative()) { in FireContentChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.h34 if (context && context->GetIsDeclarative()) { in CanUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp352 if (context && context->GetIsDeclarative()) { in PerformPushPageTransition()
426 if (context && context->GetIsDeclarative()) { in PerformPopPageTransition()
454 if (context && context->GetIsDeclarative()) { in PerformPopPageTransition()
653 if (context && context->GetIsDeclarative()) { in InitTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drender_qrcode.cpp66 if (context && context->GetIsDeclarative()) { in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_controller.cpp233 if (context && context->GetIsDeclarative()) { in PrepareTransition()
260 bool needsAnchor = hasShared || (context && !context->GetIsDeclarative()); in PrepareTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.h36 isDeclarative_ = pipelineContext->GetIsDeclarative(); in ContainerModalComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp360 …(context && context->GetIsDeclarative()) ? PositionType::PTSEMI_RELATIVE : PositionType::PTABSOLUT… in CalculateGridLayoutSize()
370 (context && context->GetIsDeclarative()) ? PositionType::PTSEMI_RELATIVE : in CalculateGridLayoutSize()
380 …(context && context->GetIsDeclarative()) ? PositionType::PTSEMI_RELATIVE : PositionType::PTABSOLUT… in CalculateGridLayoutSize()
442 if (context->GetIsDeclarative()) { in CalculateSelfLayoutParam()
540 return context->GetIsDeclarative(); in IsDeclarativePara()
644 if (context && context->GetIsDeclarative()) { in CalculateSelfLayoutSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.cpp244 GetPlayerCtr(component, context->GetIsDeclarative(), playStatus); in Update()
356 if (context->GetIsDeclarative()) { in NeedMarquee()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element_v2.cpp110 return context->GetIsDeclarative(); in IsDeclarative()

123