Home
last modified time | relevance | path

Searched defs:isShown (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.h37 void SetIsShown(bool isShown) in SetIsShown() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcustom_dialog_controller_model_impl.cpp67 void CustomDialogControllerModelImpl::ShowDialog(DialogProperties& dialogProperties, bool& pending, bool& isShown, in ShowDialog() argument
27 NotifyDialogOperation(DialogOperation operation, DialogProperties& dialogProperties, bool& pending, bool& isShown, std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, std::list<DialogOperation>& dialogOperation) NotifyDialogOperation() argument
143 CloseDialog(DialogProperties& dialogProperties, bool& pending, bool& isShown, std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, std::list<DialogOperation>& dialogOperation) CloseDialog() argument
222 SetOpenDialog(DialogProperties& dialogProperties, const WeakPtr<AceType>& controller, std::vector<WeakPtr<AceType>>& dialogs, bool& pending, bool& isShown, std::function<void()>&& cancelTask, std::function<void()>&& buildFunc, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, std::list<DialogOperation>& dialogOperation) SetOpenDialog() argument
242 SetCloseDialog(DialogProperties& dialogProperties, const WeakPtr<AceType>& controller, std::vector<WeakPtr<AceType>>& dialogs, bool& pending, bool& isShown, std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, std::list<DialogOperation>& dialogOperation) SetCloseDialog() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dcustom_dialog_controller_model_ng.cpp18 SetOpenDialog(DialogProperties& dialogProperties, const WeakPtr<AceType>& controller, std::vector<WeakPtr<AceType>>& dialogs, bool& pending, bool& isShown, std::function<void()>&& cancelTask, std::function<void()>&& buildFunc, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, std::list<DialogOperation>& dialogOperation) SetOpenDialog() argument
140 SetCloseDialog(DialogProperties& dialogProperties, const WeakPtr<AceType>& controller, std::vector<WeakPtr<AceType>>& dialogs, bool& pending, bool& isShown, std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, std::list<DialogOperation>& dialogOperation) SetCloseDialog() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_adapter.cpp121 bool isShown = DescriptorUtils::IsIfDescriptorShown(descriptorOrElement); in GenerateListItems() local
H A Dcomponent.cpp1692 bool isShown = DescriptorUtils::IsIfDescriptorShown(descriptor); in AppendIfDescriptor() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp71 bool isShown = JSBoolean::Value(condition); in IsIfDescriptorShown() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp1688 bool pending = true, isShown = true; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1906 bool isShown = SubwindowManager::GetInstance()->GetShown(); in BindMenuWithItems() local
1946 bool isShown = SubwindowManager::GetInstance()->GetShown(); in BindMenuWithCustomNode() local

Completed in 19 milliseconds