| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | view_stack_processor.cpp | 31 thread_local std::unique_ptr<ViewStackProcessor> ViewStackProcessor::instance = nullptr; 33 ViewStackProcessor* ViewStackProcessor::GetInstance() in GetInstance() 36 instance.reset(new ViewStackProcessor); in GetInstance() 41 ViewStackProcessor::ViewStackProcessor() = default; 43 FrameNode* ViewStackProcessor::GetMainFrameNode() const in GetMainFrameNode() 52 const RefPtr<UINode>& ViewStackProcessor::GetMainElementNode() const in GetMainElementNode() 60 void ViewStackProcessor::Push(const RefPtr<UINode>& element, bool /*isCustomView*/) in Push() 69 bool ViewStackProcessor::ShouldPopImmediately() in ShouldPopImmediately() 78 void ViewStackProcessor::ImplicitPopBeforeContinue() in ImplicitPopBeforeContinue() 85 void ViewStackProcessor::FlushImplicitAnimation() in FlushImplicitAnimation() [all …]
|
| D | view_stack_model_ng.h | 34 ViewStackProcessor::GetInstance()->Push(uiNode, isCustomView); in Push() 39 ViewStackProcessor::GetInstance()->Pop(); in Pop() 44 ViewStackProcessor::GetInstance()->PopContainer(); in PopContainer() 49 ViewStackProcessor::GetInstance()->PushKey(key); in PushKey() 54 ViewStackProcessor::GetInstance()->PopKey(); in PopKey() 64 auto node = ViewStackProcessor::GetInstance()->Finish(); in Finish() 71 return ViewStackProcessor::GetInstance()->ProcessViewId(viewId); in ProcessViewId() 76 return ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in GetImplicitAnimationOption() 81 ViewStackProcessor::GetInstance()->ClearVisualState(); in ClearVisualState() 86 ViewStackProcessor::GetInstance()->SetVisualState(state); in SetVisualState() [all …]
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | view_stack_model_impl.h | 32 ViewStackProcessor::GetInstance()->Push(uiNode, isCustomView); in Push() 37 ViewStackProcessor::GetInstance()->Pop(); in Pop() 42 ViewStackProcessor::GetInstance()->PopContainer(); in PopContainer() 47 ViewStackProcessor::GetInstance()->PushKey(key); in PushKey() 52 ViewStackProcessor::GetInstance()->PopKey(); in PopKey() 62 auto node = ViewStackProcessor::GetInstance()->Finish(); in Finish() 69 return ViewStackProcessor::GetInstance()->ProcessViewId(viewId); in ProcessViewId() 74 return ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in GetImplicitAnimationOption() 79 ViewStackProcessor::GetInstance()->ClearVisualState(); in ClearVisualState() 84 ViewStackProcessor::GetInstance()->SetVisualState(state); in SetVisualState() [all …]
|
| D | web_model_impl.cpp | 34 ViewStackProcessor::GetInstance()->Push(webComponent); in Create() 53 ViewStackProcessor::GetInstance()->Push(webComponent); in Create() 59 …auto webComponent = AceType::DynamicCast<WebComponent>(ViewStackProcessor::GetInstance()->GetMainC… in SetCustomScheme() 67 …auto webComponent = AceType::DynamicCast<WebComponent>(ViewStackProcessor::GetInstance()->GetMainC… in SetFocusable() 69 ViewStackProcessor::GetInstance()->Push(webComponent); in SetFocusable() 71 auto focusableComponent = ViewStackProcessor::GetInstance()->GetFocusableComponent(); in SetFocusable() 78 auto focusableComponent = ViewStackProcessor::GetInstance()->GetFocusableComponent(); in SetFocusNode() 85 …auto webComponent = AceType::DynamicCast<WebComponent>(ViewStackProcessor::GetInstance()->GetMainC… in SetOnCommonDialog() 92 …auto webComponent = AceType::DynamicCast<WebComponent>(ViewStackProcessor::GetInstance()->GetMainC… in SetOnConsoleLog() 99 …auto webComponent = AceType::DynamicCast<WebComponent>(ViewStackProcessor::GetInstance()->GetMainC… in SetOnPageStart() [all …]
|
| D | image_model_impl.cpp | 30 …auto image = AceType::DynamicCast<ImageComponent>(ViewStackProcessor::GetInstance()->GetMainCompon… in SetAlt() 38 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBorder() 45 …auto image = AceType::DynamicCast<ImageComponent>(ViewStackProcessor::GetInstance()->GetMainCompon… in SetBorder() 53 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBackBorder() 64 …auto image = AceType::DynamicCast<ImageComponent>(ViewStackProcessor::GetInstance()->GetMainCompon… in SetBlur() 72 …auto image = AceType::DynamicCast<ImageComponent>(ViewStackProcessor::GetInstance()->GetMainCompon… in SetImageFit() 80 …auto image = AceType::DynamicCast<ImageComponent>(ViewStackProcessor::GetInstance()->GetMainCompon… in SetMatchTextDirection() 88 …auto image = AceType::DynamicCast<ImageComponent>(ViewStackProcessor::GetInstance()->GetMainCompon… in SetFitOriginSize() 100 …auto image = AceType::DynamicCast<ImageComponent>(ViewStackProcessor::GetInstance()->GetMainCompon… in SetOnComplete() 110 …auto image = AceType::DynamicCast<ImageComponent>(ViewStackProcessor::GetInstance()->GetMainCompon… in SetOnError() [all …]
|
| D | grid_model_impl.cpp | 37 ViewStackProcessor::GetInstance()->ClaimElementId(gridComponent); in Create() 49 ViewStackProcessor::GetInstance()->PushGrid(gridComponent); in Create() 51 ViewStackProcessor::GetInstance()->Push(gridComponent); in Create() 57 ViewStackProcessor::GetInstance()->PopGrid(); in Pop() 62 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetColumnsTemplate() 70 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetRowsTemplate() 78 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetColumnsGap() 86 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetRowsGap() 95 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetGridHeight() 104 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetScrollBarMode() [all …]
|
| D | view_abstract_model_impl.cpp | 53 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in GetBackDecoration() 64 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in GetFrontDecoration() 77 AnimationOption option = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in ToAnimatableDimension() 86 AnimationOption option = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in ToGradient() 160 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SwapBackBorder() 186 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetWidth() 193 auto* stack = ViewStackProcessor::GetInstance(); in SetWidth() 212 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetHeight() 219 auto* stack = ViewStackProcessor::GetInstance(); in SetHeight() 236 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetMinWidth() [all …]
|
| D | image_animator_model_impl.cpp | 30 ViewStackProcessor::GetInstance()->Push(imageAnimator); in Create() 32 ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() 38 …AceType::DynamicCast<ImageAnimatorComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()… in SetImages() 47 …AceType::DynamicCast<ImageAnimatorComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()… in SetState() 56 …AceType::DynamicCast<ImageAnimatorComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()… in SetDuration() 65 …AceType::DynamicCast<ImageAnimatorComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()… in SetIteration() 74 …AceType::DynamicCast<ImageAnimatorComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()… in SetFillMode() 83 …AceType::DynamicCast<ImageAnimatorComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()… in SetPreDecode() 92 …AceType::DynamicCast<ImageAnimatorComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()… in SetIsReverse() 101 …AceType::DynamicCast<ImageAnimatorComponent>(ViewStackProcessor::GetInstance()->GetMainComponent()… in SetFixedSize() [all …]
|
| D | grid_item_model_impl.cpp | 31 ViewStackProcessor::GetInstance()->ClaimElementId(itemComponent); in Create() 32 ViewStackProcessor::GetInstance()->Push(itemComponent); in Create() 43 return ViewStackProcessor::GetInstance()->Finish(); in Create() 45 ViewStackProcessor::GetInstance()->ClaimElementId(itemComponent); in Create() 46 ViewStackProcessor::GetInstance()->Push(itemComponent); in Create() 54 …AceType::DynamicCast<GridLayoutItemComponent>(ViewStackProcessor::GetInstance()->GetMainComponent(… in SetRowStart() 63 …AceType::DynamicCast<GridLayoutItemComponent>(ViewStackProcessor::GetInstance()->GetMainComponent(… in SetRowEnd() 71 …AceType::DynamicCast<GridLayoutItemComponent>(ViewStackProcessor::GetInstance()->GetMainComponent(… in SetColumnStart() 80 …AceType::DynamicCast<GridLayoutItemComponent>(ViewStackProcessor::GetInstance()->GetMainComponent(… in SetColumnEnd() 88 …AceType::DynamicCast<GridLayoutItemComponent>(ViewStackProcessor::GetInstance()->GetMainComponent(… in SetForceRebuild() [all …]
|
| D | video_model_impl.cpp | 25 auto* stack = ViewStackProcessor::GetInstance(); in Create() 34 ViewStackProcessor::GetInstance()->ClaimElementId(videoComponent); in Create() 35 ViewStackProcessor::GetInstance()->Push(videoComponent); in Create() 46 …auto videoComponent = AceType::DynamicCast<VideoComponentV2>(ViewStackProcessor::GetInstance()->Ge… in SetSrc() 53 …auto videoComponent = AceType::DynamicCast<VideoComponentV2>(ViewStackProcessor::GetInstance()->Ge… in SetProgressRate() 61 …auto videoComponent = AceType::DynamicCast<VideoComponentV2>(ViewStackProcessor::GetInstance()->Ge… in SetPosterSourceInfo() 73 …auto videoComponent = AceType::DynamicCast<VideoComponentV2>(ViewStackProcessor::GetInstance()->Ge… in SetMuted() 80 …auto videoComponent = AceType::DynamicCast<VideoComponentV2>(ViewStackProcessor::GetInstance()->Ge… in SetAutoPlay() 87 …auto videoComponent = AceType::DynamicCast<VideoComponentV2>(ViewStackProcessor::GetInstance()->Ge… in SetControls() 94 …auto videoComponent = AceType::DynamicCast<VideoComponentV2>(ViewStackProcessor::GetInstance()->Ge… in SetObjectFit() [all …]
|
| D | flex_model_impl.cpp | 32 ViewStackProcessor::GetInstance()->ClaimElementId(row); in CreateFlexRow() 33 ViewStackProcessor::GetInstance()->Push(row); in CreateFlexRow() 42 ViewStackProcessor::GetInstance()->ClaimElementId(wrapComponent); in CreateWrap() 43 ViewStackProcessor::GetInstance()->Push(wrapComponent); in CreateWrap() 48 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetFlexWidth() 50 auto mainComponent = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetFlexWidth() 68 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetFlexHeight() 70 auto mainComponent = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetFlexHeight() 88 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetJustifyContent() 102 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetAlignItems() [all …]
|
| D | sliding_panel_model_impl.cpp | 31 ViewStackProcessor::GetInstance()->ClaimElementId(slidingPanel); in Create() 33 ViewStackProcessor::GetInstance()->Push(slidingPanel); in Create() 35 auto component = ViewStackProcessor::GetInstance()->GetDisplayComponent(); in Create() 46 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetPanelMode() 55 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetPanelType() 64 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetHasDragBar() 73 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetMiniHeight() 82 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetHalfHeight() 91 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetFullHeight() 100 auto component = ViewStackProcessor::GetInstance()->GetDisplayComponent(); in SetIsShow() [all …]
|
| D | shape_model_impl.cpp | 30 ViewStackProcessor::GetInstance()->ClaimElementId(component); in Create() 31 ViewStackProcessor::GetInstance()->Push(component); in Create() 36 auto* stack = ViewStackProcessor::GetInstance(); in SetBitmapMesh() 46 auto* stack = ViewStackProcessor::GetInstance(); in SetViewPort() 63 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetWidth() 70 auto* stack = ViewStackProcessor::GetInstance(); in SetWidth() 79 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetHeight() 86 auto* stack = ViewStackProcessor::GetInstance(); in SetHeight() 95 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitBox() 107 auto stack = ViewStackProcessor::GetInstance(); in SetStroke() [all …]
|
| D | patternlock_model_impl.cpp | 42 ViewStackProcessor::GetInstance()->Push(lock); in Create() 43 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() 44 auto flexItem = ViewStackProcessor::GetInstance()->GetFlexItemComponent(); in Create() 60 …auto lock = AceType::DynamicCast<V2::PatternLockComponent>(ViewStackProcessor::GetInstance()->GetM… in SetPatternComplete() 67 …auto lock = AceType::DynamicCast<V2::PatternLockComponent>(ViewStackProcessor::GetInstance()->GetM… in SetSelectedColor() 74 …auto lock = AceType::DynamicCast<V2::PatternLockComponent>(ViewStackProcessor::GetInstance()->GetM… in SetAutoReset() 81 …auto lock = AceType::DynamicCast<V2::PatternLockComponent>(ViewStackProcessor::GetInstance()->GetM… in SetPathColor() 88 …auto lock = AceType::DynamicCast<V2::PatternLockComponent>(ViewStackProcessor::GetInstance()->GetM… in SetActiveColor() 95 …auto lock = AceType::DynamicCast<V2::PatternLockComponent>(ViewStackProcessor::GetInstance()->GetM… in SetRegularColor() 102 …auto lock = AceType::DynamicCast<V2::PatternLockComponent>(ViewStackProcessor::GetInstance()->GetM… in SetCircleRadius() [all …]
|
| D | radio_model_impl.cpp | 42 auto radioGroupComponent = ViewStackProcessor::GetInstance()->GetRadioGroupComponent(); in Create() 49 ViewStackProcessor::GetInstance()->Push(radioComponent); in Create() 50 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() 62 auto* stack = ViewStackProcessor::GetInstance(); in SetChecked() 79 auto* stack = ViewStackProcessor::GetInstance(); in SetWidth() 91 auto* stack = ViewStackProcessor::GetInstance(); in SetHeight() 103 auto* stack = ViewStackProcessor::GetInstance(); in SetPadding() 105 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetPadding() 121 …auto component = AceType::DynamicCast<CheckableComponent>(ViewStackProcessor::GetInstance()->GetMa… in SetOnClickEvent() 131 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetResponseRegion() [all …]
|
| D | gesture_model_impl.cpp | 32 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in Create() 52 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in Finish() 57 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Finish() 64 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in Pop() 72 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in Create() 81 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in Create() 90 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in Create() 98 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in SetPanGestureOption() 107 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in Create() 115 gestureProcessor = ViewStackProcessor::GetInstance()->GetGestureComponent(); in Create() [all …]
|
| D | swiper_model_impl.cpp | 41 ViewStackProcessor::GetInstance()->ClaimElementId(component); in Create() 42 ViewStackProcessor::GetInstance()->Push(component); in Create() 50 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetDirection() 59 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetIndex() 68 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetDisplayMode() 79 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetDisplayCount() 89 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetShowIndicator() 101 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetItemSpace() 110 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetCachedCount() 119 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetAutoPlay() [all …]
|
| D | slider_model_impl.cpp | 28 ViewStackProcessor::GetInstance()->ClaimElementId(sliderComponent); in Create() 32 ViewStackProcessor::GetInstance()->Push(sliderComponent); in Create() 44 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetSliderMode() 51 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetDirection() 58 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetReverse() 65 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetBlockColor() 74 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetTrackBackgroundColor() 83 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetSelectColor() 92 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetMinLabel() 99 auto component = ViewStackProcessor::GetInstance()->GetMainComponent(); in SetMaxLabel() [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| D | view_stack_processor_test_ng.cpp | 73 ViewStackProcessor::GetInstance()->Push(FRAME_NODE_ROOT, customViews[i]); 74 auto node = ViewStackProcessor::GetInstance()->Finish(); 90 ViewStackProcessor::GetInstance()->Push(FRAME_NODE_CHILD); 91 ViewStackProcessor::GetInstance()->Push(FRAME_NODE_ROOT); 92 ViewStackProcessor::GetInstance()->ImplicitPopBeforeContinue(); 93 auto topFrameNodeOne = ViewStackProcessor::GetInstance()->GetMainElementNode(); 99 ViewStackProcessor::GetInstance()->ImplicitPopBeforeContinue(); 100 auto topFrameNodeTwo = ViewStackProcessor::GetInstance()->Finish(); 115 ViewStackProcessor::GetInstance()->Push(FRAME_NODE_ROOT); 116 ViewStackProcessor::GetInstance()->FlushImplicitAnimation(); [all …]
|
| D | view_abstract_test_ng_for_property_config.cpp | 40 ViewStackProcessor viewStackProcessor; 41 auto topFrameNodeOne = ViewStackProcessor::GetInstance()->GetMainElementNode(); 58 ViewStackProcessor viewStackProcessor; 62 auto topFrameNodeOne = ViewStackProcessor::GetInstance()->GetMainElementNode(); 77 ViewStackProcessor::GetInstance()->visualState_ = std::nullopt; 92 ViewStackProcessor viewStackProcessor; 96 auto topFrameNodeOne = ViewStackProcessor::GetInstance()->GetMainElementNode(); 119 ViewStackProcessor viewStackProcessor; 123 auto topFrameNodeOne = ViewStackProcessor::GetInstance()->GetMainElementNode(); 146 ViewStackProcessor::GetInstance()->visualState_ = std::nullopt; [all …]
|
| D | view_abstract_test_ng_new.cpp | 33 ViewStackProcessor::GetInstance()->SetVisualState(state); 34 ViewStackProcessor::GetInstance()->ClearStack(); 55 bool result = ViewStackProcessor::GetInstance()->IsCurrentVisualStateProcess(); 70 ViewStackProcessor::GetInstance()->SetVisualState(state); 71 ViewStackProcessor::GetInstance()->ClearStack(); 99 bool result = ViewStackProcessor::GetInstance()->IsCurrentVisualStateProcess(); 114 ViewStackProcessor::GetInstance()->SetVisualState(state); 115 ViewStackProcessor::GetInstance()->ClearStack(); 149 bool result = ViewStackProcessor::GetInstance()->IsCurrentVisualStateProcess(); 164 ViewStackProcessor::GetInstance()->SetVisualState(state); [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| D | web_model_ng.cpp | 37 auto* stack = ViewStackProcessor::GetInstance(); in Create() 67 auto* stack = ViewStackProcessor::GetInstance(); in Create() 97 auto webPattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<WebPattern>(); in SetCustomScheme() 107 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnCommonDialog() 122 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnConsoleLog() 131 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnPageStart() 140 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnPageFinish() 149 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnProgressChange() 158 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnTitleReceive() 167 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnFullScreenExit() [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
| D | select_model_ng.cpp | 43 auto pattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<SelectPattern>(); in SetSelectDefaultSize() 55 auto* stack = ViewStackProcessor::GetInstance(); in Create() 60 ViewStackProcessor::GetInstance()->Push(select); in Create() 67 auto pattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<SelectPattern>(); in SetSelected() 74 auto pattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<SelectPattern>(); in SetValue() 81 auto pattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<SelectPattern>(); in SetFontSize() 88 auto pattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<SelectPattern>(); in SetFontWeight() 95 auto pattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<SelectPattern>(); in SetFontFamily() 102 auto pattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<SelectPattern>(); in SetItalicFontStyle() 109 auto pattern = ViewStackProcessor::GetInstance()->GetMainFrameNodePattern<SelectPattern>(); in SetFontColor() [all …]
|
| /foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
| D | composetitlebar.js | 92 ViewStackProcessor.StartGetAccessRecordingFor(b10); 124 ViewStackProcessor.StopGetAccessRecording(); 127 ViewStackProcessor.StartGetAccessRecordingFor(z9); 133 ViewStackProcessor.StopGetAccessRecording(); 137 ViewStackProcessor.StartGetAccessRecordingFor(r9); 160 ViewStackProcessor.StopGetAccessRecording(); 164 ViewStackProcessor.StartGetAccessRecordingFor(j9); 169 ViewStackProcessor.StartGetAccessRecordingFor(o9); 182 ViewStackProcessor.StopGetAccessRecording(); 193 ViewStackProcessor.StopGetAccessRecording(); [all …]
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| D | view_stack_processor.cpp | 46 thread_local std::unique_ptr<ViewStackProcessor> ViewStackProcessor::instance = nullptr; 48 ViewStackProcessor* ViewStackProcessor::GetInstance() in GetInstance() 51 instance.reset(new ViewStackProcessor); in GetInstance() 56 ViewStackProcessor::ViewStackProcessor() in ViewStackProcessor() function in OHOS::Ace::Framework::ViewStackProcessor 62 std::shared_ptr<JsPageRadioGroups> ViewStackProcessor::GetRadioGroupComponent() in GetRadioGroupComponent() 67 std::shared_ptr<JsPageCheckboxGroups> ViewStackProcessor::GetCheckboxGroupComponent() in GetCheckboxGroupComponent() 72 RefPtr<ComposedComponent> ViewStackProcessor::GetRootComponent(const std::string& id, const std::st… in GetRootComponent() 85 RefPtr<CoverageComponent> ViewStackProcessor::GetCoverageComponent() in GetCoverageComponent() 99 RefPtr<PopupComponentV2> ViewStackProcessor::GetPopupComponent(bool createNewComponent) in GetPopupComponent() 117 RefPtr<MenuComponent> ViewStackProcessor::GetMenuComponent(bool createNewComponent) in GetMenuComponent() [all …]
|