Home
last modified time | relevance | path

Searched refs:GetCanLoop (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_model_ng.h130 static int32_t GetCanLoop(FrameNode* frameNode);
H A Dtextpicker_pattern.h376 bool GetCanLoop() in GetCanLoop() function
H A Dtextpicker_model_ng.cpp698 int32_t TextPickerModelNG::GetCanLoop(FrameNode* frameNode) in GetCanLoop() function in OHOS::Ace::NG::TextPickerModelNG
703 return textPickerPattern->GetCanLoop(); in GetCanLoop()
H A Dtextpicker_column_pattern.cpp1570 bool canLoop = layout->GetCanLoop().value_or(true); in NotLoopOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_textpicker_modifier.cpp66 return TextPickerModelNG::GetCanLoop(frameNode); in GetTextPickerCanLoop()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp1781 EXPECT_TRUE(textPickerLayoutProperty->GetCanLoop());