Home
last modified time | relevance | path

Searched defs:type (Results 7301 - 7325 of 24867) sorted by relevance

1...<<291292293294295296297298299300>>...995

/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.h102 void SetType(PanelType type) in SetType() argument
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp300 PostAsyncEvent( const std::function<void()>& task, const std::string& name, TaskExecutor::TaskType type) PostAsyncEvent() argument
303 PostAsyncEvent( std::function<void()>&& task, const std::string& name, TaskExecutor::TaskType type) PostAsyncEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp217 void RosenRenderTransform::OnRSTransition(TransitionType type) in OnRSTransition() argument
H A Dtransform_component.h116 void SetClickSpringEffectType(ClickSpringEffectType type) in SetClickSpringEffectType() argument
H A Dtransform_component.cpp171 void TransformComponent::SetRotateTransition(TransitionType type, double x, double y, double z, double angle) in SetRotateTransition() argument
216 void TransformComponent::SetScaleTransition(TransitionType type, float x, float y, float z) in SetScaleTransition() argument
193 SetTranslateTransition( TransitionType type, const Dimension& x, const Dimension& y, const Dimension& z) SetTranslateTransition() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp233 bool SharedTransitionExchange::SetVisibleToDest(VisibleType type) in SetVisibleToDest() argument
H A Dshared_transition_effect.h171 void SetInitialDestVisible(VisibleType type) in SetInitialDestVisible() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_referee.cpp308 bool GestureReferee::CheckEventTypeChange(SourceType type, bool isAxis) const in CheckEventTypeChange() argument
317 bool GestureReferee::CheckSourceTypeChange(SourceType type, bool isAxis_) in CheckSourceTypeChange() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_node_base.h161 void SetTransitionType(PageTransitionType type) in SetTransitionType() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp60 auto type = layoutProperty->GetPanelType(); in Measure() local
113 auto type = layoutProperty->GetPanelType(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dposition_param.h40 PositionType type = PositionType::PTRELATIVE; member
/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Drender_display.cpp154 void RenderDisplay::OnTransition(TransitionType type, int32_t id) in OnTransition() argument
239 void RenderDisplay::OnVisibleChange(VisibleType type) in OnVisibleChange() argument
265 void RenderDisplay::UpdateVisibleType(VisibleType type) in UpdateVisibleType() argument
H A Ddisplay_component.h90 void SetTransition(TransitionType type, double opacity) in SetTransition() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.h59 void SetScrollType(ScrollEvent type) in SetScrollType() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_transform.cpp48 std::string type = attr.substr(0, attr.find_first_of("(")); in CreateMatrix4() local
139 std::string type = attr.substr(0, attr.find_first_of("(")); CreateMap() local
192 SetProperty(const std::string& type, const std::vector<float>& from, const std::vector<float>& to, double value, std::map<std::string, std::vector<float>>& transformAttrs) SetProperty() argument
225 AlignmentValues(const std::string& type, std::vector<float>& from, std::vector<float>& to) AlignmentValues() argument
266 AlignmentFrame(const std::string& type, std::vector<float>& frame) AlignmentFrame() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.cpp210 auto type = actionType->GetString(); in OnActionEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_model_ng.cpp349 SetMarqueeFrameRateRange( FrameNode* frameNode, const RefPtr<FrameRateRange>& rateRange, MarqueeDynamicSyncSceneType type) SetMarqueeFrameRateRange() argument
/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.cpp213 void TransitionElement::SwitchTransitionOption(TransitionOptionType type, bool needApplyOption) in SwitchTransitionOption() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_paint_method.cpp179 std::string OffscreenCanvasPaintMethod::ToDataURL(const std::string& type, const double quality) in ToDataURL() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.cpp59 SetGradientColors( const std::vector<ColorStopArray>& colors, const std::vector<float>& values, const GaugeType& type) SetGradientColors() argument
208 SetGradientColors(FrameNode* frameNode, const std::vector<ColorStopArray>& colors, const std::vector<float>& values, const GaugeType& type) SetGradientColors() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dmodal_presentation_pattern.h38 ModalPresentationPattern(int32_t targetId, ModalTransition type, std::function<void(const std::string&)>&& callback) in ModalPresentationPattern() argument
63 void SetType(ModalTransition type) in SetType() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dams_configuration_parameter.cpp169 std::string type = extension[AmsConfig::UIEATENSION_TYPE].get<std::string>(); in LoadUIExtensionPickerConfig() local
311 CheckServiceConfigEnable(nlohmann::json& Object, const std::string &configName, JsonValueType type) CheckServiceConfigEnable() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_info.h32 GestureInfo(std::string tag, GestureTypeName type, bool isSystemGesture) in GestureInfo() argument
35 GestureInfo(GestureTypeName type, bool isSystemGesture) : type_(type), isSystemGesture_(isSystemGesture) {} in GestureInfo() argument
36 GestureInfo(GestureTypeName type, GestureTypeName trueType, bool isSystemGesture) in GestureInfo() argument
41 explicit GestureInfo(GestureTypeName type) : type_(type) {} in GestureInfo() argument
91 void SetType(GestureTypeName type) in SetType() argument
106 SetInputEventType(InputEventType type) SetInputEventType() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_callback.h75 virtual void OnMenuItemAction(OptionMenuActionId id, OptionMenuType type) {} in OnMenuItemAction() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h169 void NotifySurfaceChanged(int width, int height, WindowSizeChangeReason type, in NotifySurfaceChanged() argument

Completed in 20 milliseconds

1...<<291292293294295296297298299300>>...995