Home
last modified time | relevance | path

Searched defs:const (Results 9301 - 9325 of 20720) sorted by relevance

1...<<371372373374375376377378379380>>...829

/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_loader.cpp139 GetAssetFromFile(const std::string& fileName) const GetAssetFromFile() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_theme.h40 RefPtr<HyperlinkTheme> Build(const RefPtr<ThemeConstants>& themeConstants) const in Build() argument
53 void ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<HyperlinkTheme>& theme) const in ParsePattern() argument
74 double GetOpacity() const in GetOpacity() argument
79 bool GetDraggable() const in GetDraggable() argument
84 const Color& GetTextColor() const in GetTextColor() argument
89 const Colo argument
94 GetTextLinkedColor() const GetTextLinkedColor() argument
99 GetTextDisabledColor() const GetTextDisabledColor() argument
104 GetTextFocusedColor() const GetTextFocusedColor() argument
109 GetTextSelectedDecoration() const GetTextSelectedDecoration() argument
114 GetTextUnSelectedDecoration() const GetTextUnSelectedDecoration() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Drender_collapsing_navigation_bar.h35 double GetPositionY() const in GetPositionY() argument
[all...]
H A Dnavigation_container_component.h106 int32_t GetMenuCount() const in GetMenuCount() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.h41 std::string GetMessage() const in GetMessage() argument
46 const EventMarker& GetOnStateChange() const in GetOnStateChange() argument
56 GetChangeEvent() const GetChangeEvent() argument
74 GetPrimaryButtonValue() const GetPrimaryButtonValue() argument
84 GetSecondaryButtonValue() const GetSecondaryButtonValue() argument
94 GetPlacementOnTop() const GetPlacementOnTop() argument
104 GetCustomComponent() const GetCustomComponent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_proxy.cpp61 void ScrollBarProxy::NotifyScrollableNode(double distance, const WeakPtr<RenderScrollBar>& weakScrollBar) const in NotifyScrollableNode() argument
119 void ScrollBarProxy::NotifyScrollBar(const WeakPtr<RenderNode>& weakScrollableNode) const in NotifyScrollBar() argument
184 StartScrollBarAnimator() const StartScrollBarAnimator() argument
198 StopScrollBarAnimator() const StopScrollBarAnimator() argument
210 CheckScrollable(const RefPtr<RenderNode>& node) const CheckScrollable() argument
216 GetScrollableAxis(const RefPtr<RenderNode>& node) const GetScrollableAxis() argument
237 GetScrollableChildSize( const RefPtr<RenderNode>& scrollable, const Size& scrollableChildSize, Axis scrollBarAxis) const GetScrollableChildSize() argument
268 AdjustParam(const RefPtr<RenderNode>& scrollable, Axis scrollBarAxis, Axis& scrollableAxis, Size& scrollableChildSize, Offset& scrollableChildPosition) const AdjustParam() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.h57 const RefPtr<SearchComponent>& GetSearchComponent() const in GetSearchComponent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape.h55 ShapeType GetShapeType() const in GetShapeType() argument
60 Radius GetTopLeftRadius() const in GetTopLeftRadius() argument
65 Radius GetTopRightRadius() const in GetTopRightRadius() argument
70 Radius GetBottomLeftRadius() const in GetBottomLeftRadius() argument
75 Radius GetBottomRightRadius() const in GetBottomRightRadius() argument
80 ShapePoint GetStartPoint() const in GetStartPoint() argument
85 ShapePoint GetEndPoint() const in GetEndPoint() argument
90 std::vector<ShapePoint> GetPoints() const in GetPoints() argument
95 GetPathCmd() const GetPathCmd() argument
100 GetFillState() const GetFillState() argument
105 GetStrokeState() const GetStrokeState() argument
110 GetAntiAlias() const GetAntiAlias() argument
115 GetWidthDimension() const GetWidthDimension() argument
120 GetHeightDimension() const GetHeightDimension() argument
125 GetShapeComponent() const GetShapeComponent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_node.h61 virtual SkPath AsPath(const Size& viewPort) const in AsPath() argument
66 virtual RSPath AsPath(const Size& viewPort) const in AsPath() argument
72 GetComponent() const GetComponent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dapp_theme.h45 const Color& GetBackgroundColor() const in GetBackgroundColor() argument
55 float GetHoverScaleStart() const in GetHoverScaleStart() argument
65 float GetHoverScaleEnd() const in GetHoverScaleEnd() argument
75 const Color& GetHoverHighlightStart() const in GetHoverHighlightStart() argument
85 GetHoverHighlightEnd() const GetHoverHighlightEnd() argument
95 GetHoverDuration() const GetHoverDuration() argument
105 GetFocusColor() const GetFocusColor() argument
115 GetFocusWidthVp() const GetFocusWidthVp() argument
125 GetFocusOutPaddingVp() const GetFocusOutPaddingVp() argument
[all...]
H A Dblur_style_theme.cpp37 RefPtr<BlurStyleTheme> BlurStyleTheme::Builder::Build(const RefPtr<ThemeConstants>& themeConstants) const in Build() argument
55 ParseBlurParam( const RefPtr<ThemeStyle>& themeStyle, const std::string& styleName, bool isDark) const ParseBlurParam() argument
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_theme.h40 RefPtr<ToggleTheme> Build(const RefPtr<ThemeConstants>& themeConstants) const in Build() argument
51 void ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<ToggleTheme>& theme) const in ParsePattern() argument
83 const Color& GetBackgroundColor() const in GetBackgroundColor() argument
88 const Color& GetCheckedColor() const in GetCheckedColor() argument
93 const TextStyl argument
98 GetHeight() const GetHeight() argument
103 GetPadding() const GetPadding() argument
108 GetPressedBlendColor() const GetPressedBlendColor() argument
113 GetDisabledAlpha() const GetDisabledAlpha() argument
118 GetTextMargin() const GetTextMargin() argument
123 GetButtonMargin() const GetButtonMargin() argument
128 GetButtonHeight() const GetButtonHeight() argument
133 GetButtonRadius() const GetButtonRadius() argument
138 GetTextFontSize() const GetTextFontSize() argument
143 GetTextColor() const GetTextColor() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h42 RefPtr<VideoTheme> Build(const RefPtr<ThemeConstants>& themeConstants) const in Build() argument
52 void ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<VideoTheme>& theme) const in ParsePattern() argument
93 const Size& GetBtnSize() const in GetBtnSize() argument
98 const Edge& GetBtnEdge() const in GetBtnEdge() argument
103 const Edg argument
108 GetSliderEdge() const GetSliderEdge() argument
113 GetTimeTextStyle() const GetTimeTextStyle() argument
118 GetErrorTextStyle() const GetErrorTextStyle() argument
123 GetBkgColor() const GetBkgColor() argument
128 GetSelectColor() const GetSelectColor() argument
133 GetTrackBgColor() const GetTrackBgColor() argument
138 GetIconColor() const GetIconColor() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event.h41 const OnMouseEventFunc& GetOnMouseEventFunc() const in GetOnMouseEventFunc() argument
46 const OnHoverEventFunc& GetOnHoverEventFunc() const in GetOnHoverEventFunc() argument
51 const OnHoverFunc& GetOnHoverFunc() const in GetOnHoverFunc() argument
56 const OnAxisEventFunc& GetOnAxisEventFunc() const in GetOnAxisEventFunc() argument
61 const OnAccessibilityHoverFunc& GetOnAccessibilityHoverFunc() const in GetOnAccessibilityHoverFunc() argument
66 operator ()(MouseInfo& info) const operator ()() argument
73 operator ()(bool state, HoverInfo& info) const operator ()() argument
79 operator ()(bool state) const operator ()() argument
86 operator ()(AxisInfo& info) const operator ()() argument
93 operator ()(bool state, AccessibilityHoverInfo& info) const operator ()() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_proxy.cpp35 void SelectOverlayProxy::UpdateFirstSelectHandleInfo(const SelectHandleInfo& info) const in UpdateFirstSelectHandleInfo() argument
42 void SelectOverlayProxy::UpdateSecondSelectHandleInfo(const SelectHandleInfo& info) const in UpdateSecondSelectHandleInfo() argument
57 void SelectOverlayProxy::UpdateSelectMenuInfo(const SelectMenuInfo& info) const in UpdateSelectMenuInfo() argument
64 void SelectOverlayProxy::UpdateSelectMenuInfo(std::function<void(SelectMenuInfo& menuInfo)> updateAction) const in UpdateSelectMenuInfo() argument
49 UpdateFirstAndSecondHandleInfo( const SelectHandleInfo& firstInfo, const SelectHandleInfo& secondInfo) const UpdateFirstAndSecondHandleInfo() argument
71 UpdateShowArea(const RectF& area) const UpdateShowArea() argument
92 IsClosed() const IsClosed() argument
101 Close(bool animation) const Close() argument
110 SetSelectInfo(const std::string& selectInfo) const SetSelectInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_holder.h48 RefPtr<T> GetManager() const in GetManager() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_property.h139 void ToJsonColor(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonColor() argument
180 void ToJsonColorHasValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonColorHasValue() argument
205 void ToJsonIndicator(std::unique_ptr<JsonValue>& json, const InspectorFilte argument
230 ToJsonTrackShadow(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonTrackShadow() argument
[all...]
H A Dgauge_pattern.h85 bool HasDescriptionNode() const in HasDescriptionNode() argument
90 bool HasMinValueTextNode() const in HasMinValueTextNode() argument
95 bool HasMaxValueTextNode() const in HasMaxValueTextNode() argument
100 bool HasTitleChildNode() const in HasTitleChildNode() argument
142 const RefPtr<CanvasImage>& GetIndicatorIconCanvasImage() const in GetIndicatorIconCanvasImage() argument
160 const RefPt argument
165 UseContentModifier() const UseContentModifier() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_light.h85 ModelLightType GetLightType() const in GetLightType() argument
90 GetLightColor() const GetLightColor() argument
95 GetLightIntensity() const GetLightIntensity() argument
100 GetLightShadow() const GetLightShadow() argument
105 GetPosition() const GetPosition() argument
110 GetRotation() const GetRotation() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_layout_algorithm.cpp147 ProgressType ProgressLayoutAlgorithm::GetType() const in GetType() argument
152 float ProgressLayoutAlgorithm::GetStrokeWidth() const in GetStrokeWidth() argument
157 float ProgressLayoutAlgorithm::GetChildHeight(LayoutWrapper* layoutWrapper, float width) const in GetChildHeight() argument
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Draw_input_command.cpp123 std::string BaseRawEventCommand::ToString() const in ToString() argument
137 std::string WaitCommand::ToString() const in ToString() argument
161 const std::vector<std::shared_ptr<BaseCommand>>& CommandList::GetCommands() const in GetCommands() argument
166 std::string CommandList::ToString() const in ToString() argument
220 IsAllConsumed() const IsAllConsumed() argument
[all...]
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dfetch_manager.cpp117 bool SetOptionForGet(const RequestData requestData, CURL* curl) const in SetOptionForGet() argument
144 bool SetOptionForPost(const RequestData requestData, CURL* curl) const in SetOptionForPost() argument
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js[all...]
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp49 RefPtr<NG::PageRouterManager> CardFrontendDeclarative::GetPageRouterManager() const in GetPageRouterManager() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator.h65 RefPtr<Animator> GetAnimator() const in GetAnimator() argument
70 std::shared_ptr<AnimatorOption> GetAnimatorOption() const in GetAnimatorOption() argument
75 const RefPtr<Motion>& GetMotion() const in GetMotion() argument
85 std::function<void(double)> GetOnframeRef() const in GetOnframeRef() argument

Completed in 16 milliseconds

1...<<371372373374375376377378379380>>...829