Home
last modified time | relevance | path

Searched refs:SetController (Results 1 - 25 of 94) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.h36 indexer_->SetController(list_->GetPositionController()); in IndexerListComponent()
51 indexer_->SetController(list_->GetPositionController()); in IndexerListComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpattern_lock_controller.cpp25 void PatternLockController::SetController(const RefPtr<V2::PatternLockController>& controller) in SetController() function in OHOS::Ace::PatternLockController
H A Dpattern_lock_controller.h29 void SetController(const RefPtr<V2::PatternLockController>& controller);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dswiper_controller.h34 void SetController(const RefPtr<SwiperController>& controller);
H A Dsearch_controller.h37 void SetController(const RefPtr<OHOS::Ace::TextFieldControllerBase>& controller) in SetController() function in OHOS::Ace::Framework::SearchController
H A Dswiper_controller.cpp59 void NativeSwiperController::SetController(const RefPtr<SwiperController>& controller) in SetController() function in OHOS::Ace::Framework::NativeSwiperController
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dclick_spring_effect.h63 void SetController(const RefPtr<Animator>& controller) in SetController() function in OHOS::Ace::ClickSpringEffect
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textarea_ffi.h32 void SetController(const RefPtr<TextFieldControllerBase>& controller) in SetController() function in OHOS::Ace::Framework::NGNativeTextAreaController
H A Dcj_textinput_ffi.h33 void SetController(const RefPtr<TextFieldControllerBase>& controller) in SetController() function in OHOS::Ace::Framework::NGNativeTextInputController
H A Dcj_textarea_ffi.cpp47 controller->SetController(nativeController); in FfiOHOSAceFrameworkTextAreaCreate()
H A Dcj_pattern_lock.h34 void SetController(const RefPtr<V2::PatternLockController>& controller) in SetController() function in OHOS::Ace::Framework::NativePatternLockController
H A Dcj_textinput_ffi.cpp47 controller->SetController(nativeController); in FfiOHOSAceFrameworkTextInputCreate()
H A Dcj_texttimer_ffi.h37 void SetController(const RefPtr<TextTimerController>& controller) in SetController() function in OHOS::Ace::Framework::NativeTextTimerController
H A Dcj_text_clock_ffi.cpp105 controller->SetController(textClock); in FfiOHOSAceFrameworkTextClockCreateDefault()
122 controller->SetController(textClock); in FfiOHOSAceFrameworkTextClockCreate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_controller.h42 void SetController(const RefPtr<AceType>& controller) in SetController() function in OHOS::Ace::Framework::JSCalendarController
H A Djs_text_editable_controller.h42 void SetController(const RefPtr<TextFieldControllerBase>& controller) in SetController() function in OHOS::Ace::Framework::final
H A Djs_linear_indicator_controller.h39 void SetController(const RefPtr<OHOS::Ace::NG::LinearIndicatorController>& linearIndicatorController) in SetController() function in OHOS::Ace::Framework::JSLinearIndicatorController
H A Djs_video_controller.h47 void SetController(const RefPtr<VideoControllerV2>& videoController) in SetController() function in OHOS::Ace::Framework::JSVideoController
H A Djs_texttimer.h53 void SetController(const RefPtr<TextTimerController>& controller) in SetController() function in OHOS::Ace::Framework::final
H A Djs_xcomponent_controller.h55 void SetController(const std::shared_ptr<InnerXComponentController>& xcomponentController) in SetController() function in OHOS::Ace::Framework::JSXComponentController
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_element.cpp52 transitionElement->SetController(animator); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_component.h41 void SetController(const RefPtr<TabController>& controller) in SetController() function in OHOS::Ace::TabContentComponent
/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.h48 void SetController(const RefPtr<Animator>& controller);
H A Dtransition_element.cpp75 SetController(controller_); in PerformBuild()
183 void TransitionElement::SetController(const RefPtr<Animator>& controller) in SetController() function in OHOS::Ace::TransitionElement
190 tween->SetController(controller); in SetController()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_manager.h41 static napi_value SetController(napi_env env, napi_callback_info info);

Completed in 9 milliseconds

1234