Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtextpicker_model_impl.h33 void SetCanLoop(const bool value) override {}; in SetCanLoop() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_model_ng.cpp273 void TextPickerModelNG::SetCanLoop(const bool value) in SetCanLoop() function in OHOS::Ace::NG::TextPickerModelNG
736 void TextPickerModelNG::SetCanLoop(FrameNode* frameNode, const bool value) in SetCanLoop() function in OHOS::Ace::NG::TextPickerModelNG
Dtextpicker_pattern.cpp1188 void TextPickerPattern::SetCanLoop(bool isLoop) in SetCanLoop() function in OHOS::Ace::NG::TextPickerPattern
Dtextpicker_column_pattern.cpp1778 void TextPickerColumnPattern::SetCanLoop(bool isLoop) in SetCanLoop() function in OHOS::Ace::NG::TextPickerColumnPattern
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_textpicker_bridge.cpp111 ArkUINativeModuleValue TextPickerBridge::SetCanLoop(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCanLoop() function in OHOS::Ace::NG::TextPickerBridge
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_textpicker.cpp1031 void JSTextPicker::SetCanLoop(const JSCallbackInfo& info) in SetCanLoop() function in OHOS::Ace::Framework::JSTextPicker