Home
last modified time | relevance | path

Searched defs:textPicker (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dpicker_view_tdd_test.cpp139 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest001() local
202 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest002() local
273 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest003() local
327 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest004() local
381 UIPicker* textPicker = reinterpret_cast<UIPicker *>(pickerComponent->GetComponentRootView()); in ComponentPickerviewAttributeSetTest005() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dpicker_view_component.cpp324 UIPicker *textPicker = reinterpret_cast<UIPicker *>(pickerView_); in UpdatePickerStyles() local
359 UIPicker *textPicker = reinterpret_cast<UIPicker *>(pickerView_); in UpdatePickerAttrs() local
561 UIPicker *textPicker = reinterpret_cast<UIPicker *>(pickerView_); in SetPickerListener() local
617 UIPicker *textPicker = reinterpret_cast<UIPicker *>(pickerView_); in SetTextPickerRange() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtextpicker_model_impl.cpp25 auto textPicker = AceType::MakeRefPtr<PickerTextComponent>(); in Create() local
36 …auto textPicker = AceType::DynamicCast<PickerTextComponent>(ViewStackProcessor::GetInstance()->Get… in SetDefaultPickerItemHeight() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
Drender_picker_base.cpp91 auto textPicker = AceType::DynamicCast<PickerTextComponent>(component); in Update() local