Home
last modified time | relevance | path

Searched defs:SetCanLoop (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtextpicker_model_impl.h32 void SetCanLoop(const bool value) override {}; in SetCanLoop() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_textpicker_bridge.cpp87 ArkUINativeModuleValue TextPickerBridge::SetCanLoop(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCanLoop() function in OHOS::Ace::NG::TextPickerBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_model_ng.cpp272 void TextPickerModelNG::SetCanLoop(const bool value) in SetCanLoop() function in OHOS::Ace::NG::TextPickerModelNG
689 void TextPickerModelNG::SetCanLoop(FrameNode* frameNode, const bool value) in SetCanLoop() function in OHOS::Ace::NG::TextPickerModelNG
H A Dtextpicker_pattern.cpp1188 void TextPickerPattern::SetCanLoop(bool isLoop) in SetCanLoop() function in OHOS::Ace::NG::TextPickerPattern
H A Dtextpicker_column_pattern.cpp1742 void TextPickerColumnPattern::SetCanLoop(bool isLoop) in SetCanLoop() function in OHOS::Ace::NG::TextPickerColumnPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp977 void JSTextPicker::SetCanLoop(const JSCallbackInfo& info) in SetCanLoop() function in OHOS::Ace::Framework::JSTextPicker