Home
last modified time | relevance | path

Searched refs:GetVisible (Results 1 - 25 of 73) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Drosen_render_display.cpp40 rsNode->SetVisible(RenderDisplay::GetVisible() && !GetHidden()); in OnHiddenChanged()
47 rsNode->SetVisible(RenderDisplay::GetVisible() && !GetHidden()); in OnVisibleChanged()
67 rsNode->SetVisible(RenderDisplay::GetVisible()); in Paint()
H A Drender_display.cpp33 if ((visible_ == VisibleType::GONE) && (display->GetVisible() != VisibleType::GONE)) { in Update()
36 UpdateVisibleType(display->GetVisible()); in Update()
119 bool RenderDisplay::GetVisible() const in GetVisible() function in OHOS::Ace::RenderDisplay
121 return RenderNode::GetVisible() && (visible_ == VisibleType::VISIBLE); in GetVisible()
261 accessibilityNode->SetVisible(GetVisible()); in OnVisibleChange()
H A Ddisplay_element.cpp37 if (displayComponent->GetVisible() != renderDisplay->GetVisibleType() && in Update()
H A Ddisplay_component.h45 VisibleType GetVisible() const in GetVisible() function in OHOS::Ace::DisplayComponent
H A Drender_display.h87 bool GetVisible() const override;
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.cpp78 if (loading->GetVisible() && !loading->GetHidden()) { in UpdateRingAnimation()
99 if (GetVisible() && !GetHidden()) { in UpdateRingAnimation()
130 if (GetVisible() && !GetHidden()) { in UpdateCometAnimation()
183 if (GetVisible() && !GetHidden()) { in DoCometTailAnimation()
211 if (GetVisible() && !GetHidden()) { in DoCometLoopAnimation()
343 if (GetVisible() && !GetHidden()) { in SetDragDistance()
433 if (GetVisible() && !GetHidden()) { in AnimationChanged()
H A Drender_bubble_progress.cpp142 if (GetVisible() && !GetHidden()) { in AnimationChanged()
/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drosen_render_text_clock.cpp58 bool needRender = !(renderTextClock->GetHidden() || !renderTextClock->GetVisible()); in RequestRenderForNextSecond()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_pattern.cpp73 if (loadingProgressModifier_->GetVisible()) { in StartAnimation()
87 if (!loadingProgressModifier_->GetVisible()) { in StopAnimation()
H A Dloading_progress_modifier.h70 bool GetVisible() const in GetVisible() function in OHOS::Ace::NG::LoadingProgressModifier
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drosen_render_column_split.cpp40 if (!item->GetVisible()) { in Paint()
H A Drosen_render_row_split.cpp40 if (!item->GetVisible()) { in Paint()
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drosen_render_clock.cpp137 bool needRender = !(renderClockHand->GetHidden() || !renderClockHand->GetVisible()); in RequestRenderForNextSecond()
182 if (GetHidden() || !GetVisible() || !isAppOnShow_) { in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.h71 bool GetVisible() const override;
H A Drender_touch_listener.cpp102 bool RenderTouchListener::GetVisible() const in GetVisible() function in OHOS::Ace::RenderTouchListener
104 return RenderNode::GetVisible() && isVisible_; in GetVisible()
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.h37 bool GetVisible() const override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h96 bool GetVisible() const;
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp386 if (itemProxy->GetVisible() != GetRenderNode()->GetVisible()) { in BuildListComponent()
387 itemProxy->SetVisible(GetRenderNode()->GetVisible()); in BuildListComponent()
768 if (itemProxy->GetVisible() != GetRenderNode()->GetVisible()) { in RebuildElements()
769 itemProxy->SetVisible(GetRenderNode()->GetVisible()); in RebuildElements()
H A Drosen_render_list.cpp63 if (listItem && !listItem->GetClonedBySticky() && listItem->GetVisible()) { in PaintChild()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp109 if (!prop.GetVisible()) { in DumpNodeAbsoluteProperties()
168 subclass["Visible"] = std::to_string(surfaceNode.GetRenderProperties().GetVisible()) + " " + in DumpNodeSubClassNode()
177 subclass["Visible"] = rootNode.GetRenderProperties().GetVisible(); in DumpNodeSubClassNode()
307 if (!properties.GetVisible()) { in DumpNodeProperties()
/foundation/graphic/graphic_3d/kits/js/include/
H A DNodeImpl.h54 napi_value GetVisible(NapiApi::FunctionContext<>& ctx);
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.h89 renderImage_->SetVisible(GetVisible());
94 if (GetVisible()) {
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp138 modifierExtractor.GetVisible(); in DoGet002()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_animation.cpp47 } else if (!target->GetRenderProperties().GetVisible()) { in Animate()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_trace.cpp62 " Visible: " + std::to_string(properties.GetVisible()); in TracePropertiesByNodeName()

Completed in 11 milliseconds

123