Home
last modified time | relevance | path

Searched refs:FireChangeEvent (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp749 FireChangeEvent(SliderChangeMode::Begin); in HandleTouchDown()
762 FireChangeEvent(SliderChangeMode::Click); in HandleTouchUp()
771 FireChangeEvent(SliderChangeMode::Click); in HandleTouchUp()
774 FireChangeEvent(SliderChangeMode::End); in HandleTouchUp()
1093 pattern->FireChangeEvent(SliderChangeMode::End); in InitPanEvent()
1284 FireChangeEvent(SliderChangeMode::Begin); in OnKeyEvent()
1286 FireChangeEvent(SliderChangeMode::End); in OnKeyEvent()
1295 FireChangeEvent(SliderChangeMode::Begin); in OnKeyEvent()
1297 FireChangeEvent(SliderChangeMode::End); in OnKeyEvent()
1415 void SliderPattern::FireChangeEvent(int32_t mode) in FireChangeEvent() function in OHOS::Ace::NG::SliderPattern
[all …]
H A Dslider_event_hub.h37 void FireChangeEvent(float value, int32_t mode) in FireChangeEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_event_hub.h35 void FireChangeEvent(std::string value) const in FireChangeEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_event_hub.h39 void FireChangeEvent(std::string value) const in FireChangeEvent() function
H A Dtext_clock_pattern.h136 void FireChangeEvent() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_event_hub.h38 void FireChangeEvent(int64_t utc, int64_t elapsedTime) const in FireChangeEvent() function
H A Dtext_timer_pattern.cpp48 void TextTimerPattern::FireChangeEvent() in FireChangeEvent() function in OHOS::Ace::NG::TextTimerPattern
55 textTimerEventHub->FireChangeEvent(utcTime, elapsedTime); in FireChangeEvent()
117 FireChangeEvent(); in Tick()
H A Dtext_timer_pattern.h114 void FireChangeEvent();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_event_hub.h42 void FireChangeEvent(bool isVisible) in FireChangeEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavrouter_event_hub.h41 void FireChangeEvent(bool isActivated) const in FireChangeEvent() function
H A Dnavdestination_event_hub.h42 void FireChangeEvent(bool isActivated) in FireChangeEvent() function
/ohos5.0/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() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_event_hub.h39 void FireChangeEvent(const std::string& index) const in FireChangeEvent() function
H A Drating_pattern.cpp278 FireChangeEvent(); in ConstrainsRatingScore()
352 void RatingPattern::FireChangeEvent() in FireChangeEvent() function in OHOS::Ace::NG::RatingPattern
360 ratingEventHub->FireChangeEvent(ss.str()); in FireChangeEvent()
382 FireChangeEvent(); in HandleDragEnd()
466 FireChangeEvent(); in HandleClick()
578 FireChangeEvent(); in OnKeyEvent()
H A Drating_pattern.h146 void FireChangeEvent();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_event_hub.h40 void FireChangeEvent(const BaseEventInfo* eventInfo) const in FireChangeEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_event_hub.h64 void FireChangeEvent(const std::string& value) const in FireChangeEvent() function
H A Drefresh_pattern.h145 void FireChangeEvent(const std::string& value);
H A Drefresh_pattern.cpp525 void RefreshPattern::FireChangeEvent(const std::string& value) in FireChangeEvent() function in OHOS::Ace::NG::RefreshPattern
529 refreshEventHub->FireChangeEvent(value); in FireChangeEvent()
637 FireChangeEvent("true"); in UpdateRefreshStatus()
641 FireChangeEvent("false"); in UpdateRefreshStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp286 FireChangeEvent(); in HandleFocusEvent()
337 FireChangeEvent(); in HandleClick()
362 FireChangeEvent(); in HandleDragEnd()
444 void RenderRating::FireChangeEvent() in FireChangeEvent() function in OHOS::Ace::RenderRating
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_event_hub.h47 void FireChangeEvent(const BaseEventInfo* info) const in FireChangeEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_event_hub.h47 void FireChangeEvent(const BaseEventInfo* info) const in FireChangeEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_event_hub.h71 void FireChangeEvent(int32_t prevIndex, int32_t index) const in FireChangeEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_event_hub.h43 …void FireChangeEvent(const std::vector<std::string>& value, const std::vector<double>& index) const in FireChangeEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.h129 void FireChangeEvent() const;

123