/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_pattern.cpp | 749 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 D | slider_event_hub.h | 37 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 D | grid_row_event_hub.h | 35 void FireChangeEvent(std::string value) const in FireChangeEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_event_hub.h | 39 void FireChangeEvent(std::string value) const in FireChangeEvent() function
|
H A D | text_clock_pattern.h | 136 void FireChangeEvent() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_event_hub.h | 38 void FireChangeEvent(int64_t utc, int64_t elapsedTime) const in FireChangeEvent() function
|
H A D | text_timer_pattern.cpp | 48 void TextTimerPattern::FireChangeEvent() in FireChangeEvent() function in OHOS::Ace::NG::TextTimerPattern 55 textTimerEventHub->FireChangeEvent(utcTime, elapsedTime); in FireChangeEvent() 117 FireChangeEvent(); in Tick()
|
H A D | text_timer_pattern.h | 114 void FireChangeEvent();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_event_hub.h | 42 void FireChangeEvent(bool isVisible) in FireChangeEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navrouter_event_hub.h | 41 void FireChangeEvent(bool isActivated) const in FireChangeEvent() function
|
H A D | navdestination_event_hub.h | 42 void FireChangeEvent(bool isActivated) in FireChangeEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_event_hub.h | 37 void FireChangeEvent(bool isShow) in FireChangeEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_event_hub.h | 39 void FireChangeEvent(const std::string& index) const in FireChangeEvent() function
|
H A D | rating_pattern.cpp | 278 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 D | rating_pattern.h | 146 void FireChangeEvent();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_event_hub.h | 40 void FireChangeEvent(const BaseEventInfo* eventInfo) const in FireChangeEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_event_hub.h | 64 void FireChangeEvent(const std::string& value) const in FireChangeEvent() function
|
H A D | refresh_pattern.h | 145 void FireChangeEvent(const std::string& value);
|
H A D | refresh_pattern.cpp | 525 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 D | render_rating.cpp | 286 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 D | timepicker_event_hub.h | 47 void FireChangeEvent(const BaseEventInfo* info) const in FireChangeEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_event_hub.h | 47 void FireChangeEvent(const BaseEventInfo* info) const in FireChangeEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_event_hub.h | 71 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 D | textpicker_event_hub.h | 43 …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 D | sliding_panel_pattern.h | 129 void FireChangeEvent() const;
|