/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_element.h | 36 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 D | composed_element.cpp | 171 if (context && context->GetIsDeclarative()) { in CanUpdate() 199 if (context && context->GetIsDeclarative()) { in NeedUpdateWithComponent() 226 if (context->GetIsDeclarative()) { in UpdateChild()
|
H A D | render_element.cpp | 83 if (context->GetIsDeclarative()) { in SetAccessibilityNode() 139 if (context->GetIsDeclarative()) { in UpdateAccessibilityNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_multitext_component.cpp | 78 if (context->GetIsDeclarative()) { in GetSelectedObject() 88 if (context->GetIsDeclarative()) { in GetSelectedObject() 100 if (context->GetIsDeclarative()) { in GetSelectedObject()
|
H A D | picker_text_component.cpp | 69 if (context->GetIsDeclarative()) { in GetSelectedObject()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/ |
H A D | render_touch_listener.cpp | 37 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 D | render_search.cpp | 58 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 D | rosen_render_piece.cpp | 60 if (contextColor->GetIsDeclarative()) { in Paint() 73 if (contextColor->GetIsDeclarative()) { in Paint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/ |
H A D | focusable_element.cpp | 78 if (context->GetIsDeclarative()) { in Update() 94 if (context->GetIsDeclarative()) { in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_element.h | 37 if (context && context->GetIsDeclarative()) { in CanUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.h | 42 bool GetIsDeclarative() const override in GetIsDeclarative() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | render_dialog_tween.cpp | 140 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 D | checkable_element.h | 44 if (pipelineContext && pipelineContext->GetIsDeclarative()) { in CanUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | bubble_element.cpp | 70 return context->GetIsDeclarative(); in IsDeclarative()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | grid_layout_element.cpp | 69 if (context && context->GetIsDeclarative()) { in ApplyRenderChild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_element.cpp | 160 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 D | render_tab_content.cpp | 40 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 D | select_element.h | 34 if (context && context->GetIsDeclarative()) { in CanUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | stage_element.cpp | 352 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 D | render_qrcode.cpp | 66 if (context && context->GetIsDeclarative()) { in PerformLayout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_controller.cpp | 233 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 D | container_modal_component.h | 36 isDeclarative_ = pipelineContext->GetIsDeclarative(); in ContainerModalComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.cpp | 360 …(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 D | render_marquee.cpp | 244 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 D | popup_element_v2.cpp | 110 return context->GetIsDeclarative(); in IsDeclarative()
|