Home
last modified time | relevance | path

Searched refs:isShow (Results 1 - 25 of 215) sorted by relevance

123456789

/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js33 this.__isShow = new ObservedPropertySimplePU(false, this, "isShow");
52 if (u.isShow !== undefined) {
53 this.isShow = u.isShow;
73 get isShow() {
77 set isShow(r) {
101 this.isShow = false;
146 this.isShow = true;
159 this.isShow = false;
176 Row.bindContentCover({ value: this.isShow, changeEven
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/
H A Dinnerfullscreenlaunchcomponent.js40 this.__isShow = new ObservedPropertySimplePU(false, this, "isShow");
67 if (c1.isShow !== undefined) {
68 this.isShow = c1.isShow;
87 get isShow() {
90 set isShow(z) {
113 this.isShow = false;
153 this.isShow = true;
166 this.isShow = false;
179 Row.bindContentCover({ value: this.isShow, changeEven
[all...]
/foundation/arkui/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/
H A Dinnerfullscreenlaunchcomponent.js40 this.__isShow = new ObservedPropertySimplePU(false, this, "isShow");
67 if (c1.isShow !== undefined) {
68 this.isShow = c1.isShow;
87 get isShow() {
90 set isShow(z) {
113 this.isShow = false;
153 this.isShow = true;
166 this.isShow = false;
179 Row.bindContentCover({ value: this.isShow, changeEven
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_update_ng.cpp243 bool isShow = true; in HWTEST_F() local
246 overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_), sheetStyle, in HWTEST_F()
263 overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_), sheetStyle, in HWTEST_F()
273 overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_), sheetStyle, in HWTEST_F()
304 bool isShow = true; in HWTEST_F() local
307 overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_), sheetStyle, in HWTEST_F()
324 overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_), sheetStyle, in HWTEST_F()
334 overlayManager->OnBindSheet(isShow, nullptr, std::move(builderFunc_), std::move(titleBuilderFunc_), sheetStyle, in HWTEST_F()
365 bool isShow = true; in HWTEST_F() local
368 overlayManager->OnBindSheet(isShow, nullpt in HWTEST_F()
426 bool isShow = true; HWTEST_F() local
487 bool isShow = true; HWTEST_F() local
548 bool isShow = true; HWTEST_F() local
609 bool isShow = true; HWTEST_F() local
670 bool isShow = true; HWTEST_F() local
731 bool isShow = true; HWTEST_F() local
792 bool isShow = true; HWTEST_F() local
848 bool isShow = true; HWTEST_F() local
904 bool isShow = true; HWTEST_F() local
960 bool isShow = true; HWTEST_F() local
1014 bool isShow = true; HWTEST_F() local
1068 bool isShow = true; HWTEST_F() local
1123 bool isShow = true; HWTEST_F() local
1176 bool isShow = true; HWTEST_F() local
1230 bool isShow = true; HWTEST_F() local
1284 bool isShow = true; HWTEST_F() local
1338 bool isShow = true; HWTEST_F() local
1391 bool isShow = true; HWTEST_F() local
1445 bool isShow = true; HWTEST_F() local
1499 bool isShow = true; HWTEST_F() local
1553 bool isShow = true; HWTEST_F() local
1606 bool isShow = true; HWTEST_F() local
1660 bool isShow = true; HWTEST_F() local
1714 bool isShow = true; HWTEST_F() local
1768 bool isShow = true; HWTEST_F() local
1821 bool isShow = true; HWTEST_F() local
1875 bool isShow = true; HWTEST_F() local
1929 bool isShow = true; HWTEST_F() local
1983 bool isShow = true; HWTEST_F() local
2041 bool isShow = true; HWTEST_F() local
[all...]
H A Doverlay_manager_content_test_ng.cpp256 bool isShow = true; in HWTEST_F() local
260 overlayManager->OnBindContentCover(isShow, nullptr, std::move(builderFunc), modalStyle, nullptr, nullptr, nullptr, in HWTEST_F()
275 overlayManager->OnBindContentCover(isShow, nullptr, std::move(builderFunc), modalStyle, nullptr, nullptr, nullptr, in HWTEST_F()
320 bool isShow = true; in HWTEST_F() local
322 overlayManager->OnBindContentCover(isShow, nullptr, std::move(builderFunc), modalStyle, nullptr, nullptr, nullptr, in HWTEST_F()
338 overlayManager->OnBindContentCover(isShow, nullptr, std::move(builderFunc), modalStyle, nullptr, nullptr, nullptr, in HWTEST_F()
386 bool isShow = true; in HWTEST_F() local
390 overlayManager->OnBindContentCover(isShow, nullptr, std::move(builderFunc), modalStyle, nullptr, nullptr, nullptr, in HWTEST_F()
405 overlayManager->OnBindContentCover(isShow, nullptr, std::move(builderFunc), modalStyle, nullptr, nullptr, nullptr, in HWTEST_F()
450 bool isShow in HWTEST_F() local
516 bool isShow = true; HWTEST_F() local
580 bool isShow = true; HWTEST_F() local
646 bool isShow = true; HWTEST_F() local
710 bool isShow = true; HWTEST_F() local
776 bool isShow = true; HWTEST_F() local
840 bool isShow = true; HWTEST_F() local
906 bool isShow = true; HWTEST_F() local
970 bool isShow = true; HWTEST_F() local
1036 bool isShow = true; HWTEST_F() local
1100 bool isShow = true; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.h77 void SetFirstHandleIsShow(bool isShow) in SetFirstHandleIsShow() argument
80 firstHandleIsShow_->Set(isShow); in SetFirstHandleIsShow()
83 void SetFirstCircleIsShow(bool isShow) in SetFirstCircleIsShow() argument
86 firstCircleIsShow_->Set(isShow); in SetFirstCircleIsShow()
89 void SetSecondHandleIsShow(bool isShow) in SetSecondHandleIsShow() argument
92 secondHandleIsShow_->Set(isShow); in SetSecondHandleIsShow()
95 void SetSecondCircleIsShow(bool isShow) in SetSecondCircleIsShow() argument
98 secondCircleIsShow_->Set(isShow); in SetSecondCircleIsShow()
107 void SetIsHandleLineShow(bool isShow) in SetIsHandleLineShow() argument
110 isHandleLineShow_->Set(isShow); in SetIsHandleLineShow()
[all...]
H A Dselect_overlay_modifier.h68 void SetFirstHandleIsShow(bool isShow) in SetFirstHandleIsShow() argument
71 firstHandleIsShow_->Set(isShow); in SetFirstHandleIsShow()
74 void SetSecondHandleIsShow(bool isShow) in SetSecondHandleIsShow() argument
77 secondHandleIsShow_->Set(isShow); in SetSecondHandleIsShow()
H A Dselect_overlay_layout_algorithm.cpp185 !info_->firstHandle.isShow && !info_->secondHandle.isShow && !info_->isSelectRegionVisible; in LayoutChild()
315 if (!info_->firstHandle.isShow) { in ComputeSelectMenuPosition()
332 if (!info_->firstHandle.isShow && info_->secondHandle.isShow && !info_->handleReverse) { in ComputeSelectMenuPosition()
335 if (info_->firstHandle.isShow && !info_->secondHandle.isShow && info_->handleReverse) { in ComputeSelectMenuPosition()
338 if (info_->firstHandle.isShow && info_->secondHandle.isShow && in ComputeSelectMenuPosition()
343 if (!info_->firstHandle.isShow in ComputeSelectMenuPosition()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h23 bool isShow = true; member
50 return attribute.isShow; in IsShowSideBar()
53 void SetShowSideBar(bool isShow) in SetShowSideBar() argument
56 attribute.isShow = isShow; in SetShowSideBar()
77 void SetShowControlButton(bool isShow) in SetShowControlButton() argument
80 attribute.isShowButton = isShow; in SetShowControlButton()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_side_bar_container_ffi.cpp74 void FfiOHOSAceFrameworkSideBarShowSideBar(bool isShow) in FfiOHOSAceFrameworkSideBarShowSideBar() argument
76 SideBarContainerModel::GetInstance()->SetShowSideBar(isShow); in FfiOHOSAceFrameworkSideBarShowSideBar()
105 void FfiOHOSAceFrameworkSideBarShowControlButton(bool isShow) in FfiOHOSAceFrameworkSideBarShowControlButton() argument
107 SideBarContainerModel::GetInstance()->SetShowControlButton(isShow); in FfiOHOSAceFrameworkSideBarShowControlButton()
109 void FfiOHOSAceFrameworkSideBarOnChange(void (*callback)(bool isShow)) in FfiOHOSAceFrameworkSideBarOnChange() argument
111 auto onChange = [ffiCallback = CJLambda::Create(callback)](bool isShow) { ffiCallback(isShow); }; in FfiOHOSAceFrameworkSideBarOnChange()
H A Dcj_side_bar_container_ffi.h39 CJ_EXPORT void FfiOHOSAceFrameworkSideBarShowSideBar(bool isShow);
41 CJ_EXPORT void FfiOHOSAceFrameworkSideBarShowControlButton(bool isShow);
42 CJ_EXPORT void FfiOHOSAceFrameworkSideBarOnChange(void (*callback)(bool isShow));
H A Dcj_slider_ffi.cpp69 void FfiOHOSAceFrameworkSliderShowSteps(bool isShow) in FfiOHOSAceFrameworkSliderShowSteps() argument
71 SliderModel::GetInstance()->SetShowSteps(isShow); in FfiOHOSAceFrameworkSliderShowSteps()
74 void FfiOHOSAceFrameworkSliderShowTips(bool isShow) in FfiOHOSAceFrameworkSliderShowTips() argument
77 SliderModel::GetInstance()->SetShowTips(isShow, none); in FfiOHOSAceFrameworkSliderShowTips()
H A Dcj_slider_ffi.h36 CJ_EXPORT void FfiOHOSAceFrameworkSliderShowSteps(bool isShow);
37 CJ_EXPORT void FfiOHOSAceFrameworkSliderShowTips(bool isShow);
H A Dcj_panel_ffi.h26 CJ_EXPORT void FfiOHOSAceFrameworkPanelCreate(bool isShow);
33 CJ_EXPORT void FfiOHOSAceFrameworkPanelShow(bool isShow);
H A Dcj_panel_ffi.cpp33 void FfiOHOSAceFrameworkPanelCreate(bool isShow) in FfiOHOSAceFrameworkPanelCreate() argument
35 SlidingPanelModel::GetInstance()->Create(isShow); in FfiOHOSAceFrameworkPanelCreate()
77 void FfiOHOSAceFrameworkPanelShow(bool isShow) in FfiOHOSAceFrameworkPanelShow() argument
79 SlidingPanelModel::GetInstance()->SetIsShow(isShow); in FfiOHOSAceFrameworkPanelShow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_event_hub.h37 void FireChangeEvent(bool isShow) in FireChangeEvent() argument
40 isShowChangeEvent_(isShow); in FireChangeEvent()
43 changeEvent_(isShow); in FireChangeEvent()
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.h44 void SetShowSideBar(bool isShow) in SetShowSideBar() argument
46 if (isShow) { in SetShowSideBar()
51 isShow_ = isShow; in SetShowSideBar()
69 void SetShowControlButton(bool isShow) in SetShowControlButton() argument
71 declaration_->SetShowControlButton(isShow); in SetShowControlButton()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.h26 bool isShow = true; member
67 return attribute.isShow; in IsShow()
70 void SetIsShow(bool isShow) in SetIsShow() argument
73 attribute.isShow = isShow; in SetIsShow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_accessibility_property.h35 void SetAccessibilityIsShow(bool isShow) in SetAccessibilityIsShow() argument
37 isShow_ = isShow; in SetAccessibilityIsShow()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_event_test_ng.cpp659 bool isShow = false; in HWTEST_F() local
662 std::function<void()> showEvent = [&isShow]() { isShow = true; }; in HWTEST_F()
663 std::function<void()> hideEvent = [&isShow]() { isShow = false; }; in HWTEST_F()
673 * @tc.expected: isShow = true in HWTEST_F()
675 EXPECT_TRUE(isShow); in HWTEST_F()
679 * @tc.expected: isShow = false in HWTEST_F()
689 EXPECT_FALSE(isShow); in HWTEST_F()
693 * @tc.expected: isShow in HWTEST_F()
723 bool isShow = false; HWTEST_F() local
783 int isShow = 0; HWTEST_F() local
839 int isShow = 0; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp156 if (!info_->firstHandle.isShow && info_->secondHandle.isShow) { in UpdateHandleHotZoneWithPoint()
236 void SelectContentOverlayPattern::SetHandleCircleIsShow(bool isFirst, bool isShow) in SetHandleCircleIsShow() argument
239 if (handleInfo.isCircleShow != isShow) { in SetHandleCircleIsShow()
240 handleInfo.isCircleShow = isShow; in SetHandleCircleIsShow()
247 void SelectContentOverlayPattern::SetIsHandleLineShow(bool isShow) in SetIsHandleLineShow() argument
249 if (info_->isHandleLineShow != isShow) { in SetIsHandleLineShow()
250 info_->isHandleLineShow = isShow; in SetIsHandleLineShow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_model_ng.h25 void Create(bool isShow) override;
33 void SetIsShow(bool isShow) override;
57 static void SetIsShow(FrameNode* frameNode, bool isShow);
H A Dsliding_panel_model.h36 virtual void Create(bool isShow) = 0;
44 virtual void SetIsShow(bool isShow) = 0;
/foundation/multimodalinput/input/service/window_manager/test/
H A Dtouch_drawing_manager_test.cpp577 TOUCH_DRAWING_MGR->pointerMode_.isShow = true; in HWTEST_F()
702 TOUCH_DRAWING_MGR->bubbleMode_.isShow = true; in HWTEST_F()
703 TOUCH_DRAWING_MGR->pointerMode_.isShow = true; in HWTEST_F()
716 TOUCH_DRAWING_MGR->bubbleMode_.isShow = false; in HWTEST_F()
717 TOUCH_DRAWING_MGR->pointerMode_.isShow = false; in HWTEST_F()
730 TOUCH_DRAWING_MGR->bubbleMode_.isShow = false; in HWTEST_F()
731 TOUCH_DRAWING_MGR->pointerMode_.isShow = false; in HWTEST_F()
775 TOUCH_DRAWING_MGR->bubbleMode_.isShow = true; in HWTEST_F()
788 TOUCH_DRAWING_MGR->bubbleMode_.isShow = false; in HWTEST_F()
803 TOUCH_DRAWING_MGR->pointerMode_.isShow in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp129 if (bubbleMode_.isShow) { in TouchDrawHandler()
142 if (pointerMode_.isShow && !stopRecord_) { in TouchDrawHandler()
210 if (pointerMode_.isShow) { in UpdateLabels()
224 if (!bubbleMode_.isShow) { in UpdateBubbleData()
242 if (pointerMode_.isShow) { in RotationScreen()
246 if (bubbleMode_.isShow) { in RotationScreen()
250 if (pointerMode_.isShow) { in RotationScreen()
254 if (bubbleMode_.isShow) { in RotationScreen()
259 if (pointerMode_.isShow) { in RotationScreen()
280 GetBoolValue(pointerPositionSwitchName, pointerMode_.isShow); in CreateObserver()
[all...]

Completed in 14 milliseconds

123456789