Home
last modified time | relevance | path

Searched refs:visibleType (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.h38 void SetControlButtonVisibleBeforeAnim(VisibleType visibleType) in SetControlButtonVisibleBeforeAnim() argument
40 controlButtonVisibleBeforeAnim_ = visibleType; in SetControlButtonVisibleBeforeAnim()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/
H A Dform_status_change_callback.cpp63 FormVisibilityType visibleType = static_cast<FormVisibilityType>(data.ReadInt32()); in HandleNotifyWhetherFormsVisible() local
79 NotifyWhetherFormsVisible(visibleType, bundleName, formInstances); in HandleNotifyWhetherFormsVisible()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/permission/
H A Dtemp_permission_observer.h55 int32_t NotifyWhetherFormsVisible(const FormVisibilityType visibleType,
105 int32_t NotifyWhetherFormsVisible(const FormVisibilityType visibleType,
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/
H A Dform_status_change_callback.h34 virtual int32_t NotifyWhetherFormsVisible(const FormVisibilityType visibleType, in NotifyWhetherFormsVisible() argument
H A Dform_manager_access_proxy.h31 virtual int32_t NotifyWhetherFormsVisible(const FormVisibilityType visibleType,
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Djs_form_state_observer_interface.h51 virtual int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType,
H A Djs_form_state_observer_proxy.h51 virtual int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType,
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/coverage/
H A Dpermission_manager_coverage_test.cpp107 virtual int32_t NotifyWhetherFormsVisible(const FormVisibilityType visibleType, in NotifyWhetherFormsVisible() argument
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.cpp444 …_t JsFormStateObserver::NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType, in NotifyWhetherFormsVisible() argument
452 handler_->PostSyncTask([weakObserver, visibleType, formInstances, bundleName]() { in NotifyWhetherFormsVisible()
466 if (visibleType == AppExecFwk::FormVisibilityType::VISIBLE) { in NotifyWhetherFormsVisible()
H A Djs_form_state_observer.h132 …int32_t NotifyWhetherFormsVisible(const AppExecFwk::FormVisibilityType visibleType, const std::str…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.h145 void SetFrameNodeVisibility(FrameNodeType type, VisibleType visibleType);
H A Dselect_overlay_node.cpp2209 void SelectOverlayNode::SetFrameNodeVisibility(FrameNodeType type, VisibleType visibleType) in SetFrameNodeVisibility() argument
2213 selectMenu_->GetLayoutProperty()->UpdateVisibility(visibleType); in SetFrameNodeVisibility()
2216 extensionMenu_->GetLayoutProperty()->UpdateVisibility(visibleType); in SetFrameNodeVisibility()
2219 backButton_->GetLayoutProperty()->UpdateVisibility(visibleType); in SetFrameNodeVisibility()
2225 layoutProperty->UpdateVisibility(visibleType); in SetFrameNodeVisibility()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.h292 VisibleCallbackInfo& callbackInfo, bool visibleType, double currentVisibleRatio);
H A Dinspector_composed_element.cpp1777 VisibleCallbackInfo& callbackInfo, bool visibleType, double currentVisibleRatio) in OnVisibleAreaChangeCallback() argument
1779 callbackInfo.isCurrentVisible = visibleType; in OnVisibleAreaChangeCallback()
1781 callbackInfo.callback(visibleType, currentVisibleRatio); in OnVisibleAreaChangeCallback()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_stub_test/
H A Dfms_js_form_state_observer_stub_test.cpp82 int32_t NotifyWhetherFormsVisible(const FormVisibilityType visibleType, in NotifyWhetherFormsVisible() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h462 …const ImageSourceInfo& src, const PropertyChangeFlag& propertyChangeFlag, VisibleType visibleType);
H A Dimage_pattern.cpp688 … const ImageSourceInfo& src, const PropertyChangeFlag& propertyChangeFlag, VisibleType visibleType) in LoadImage() argument
708 visibleType == VisibleType::GONE) { in LoadImage()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dtemp_permission_observer.cpp104 int32_t PermissionFormStateObserver::NotifyWhetherFormsVisible(const FormVisibilityType visibleType, in NotifyWhetherFormsVisible() argument