/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_textpicker_bridge.h | 29 static ArkUINativeModuleValue SetDefaultPickerItemHeight(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_textpicker_bridge.cpp | 285 ArkUINativeModuleValue TextPickerBridge::SetDefaultPickerItemHeight(ArkUIRuntimeCallInfo* runtimeCallInfo)
in SetDefaultPickerItemHeight() function in OHOS::Ace::NG::TextPickerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 2788 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextPickerBridge::SetDefaultPickerItemHeight)); in RegisterTextpickerAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_paint_method.h | 46 void SetDefaultPickerItemHeight(double defaultPickerItemHeight) in SetDefaultPickerItemHeight() function in OHOS::Ace::NG::TextPickerPaintMethod
|
H A D | textpicker_layout_algorithm.h | 61 void SetDefaultPickerItemHeight(double defaultPickerItemHeight) in SetDefaultPickerItemHeight() function in OHOS::Ace::NG::TextPickerLayoutAlgorithm
|
H A D | textpicker_model_ng.h | 32 void SetDefaultPickerItemHeight(const Dimension& value) override; 103 static void SetDefaultPickerItemHeight(FrameNode* frameNode, const Dimension& value);
|
H A D | textpicker_model.h | 60 virtual void SetDefaultPickerItemHeight(const Dimension& value) = 0;
|
H A D | textpicker_pattern.h | 70 textPickerPaintMethod->SetDefaultPickerItemHeight(CalculateHeight()); 88 void SetDefaultPickerItemHeight();
|
H A D | textpicker_column_pattern.h | 101 layoutAlgorithm->SetDefaultPickerItemHeight(defaultPickerItemHeight_); 130 void SetDefaultPickerItemHeight(double defaultPickerItemHeight) in SetDefaultPickerItemHeight() function in OHOS::Ace::NG::TextPickerColumnPattern
|
H A D | textpicker_dialog_view.h | 49 static void SetDefaultPickerItemHeight(const Dimension& value);
|
H A D | textpicker_dialog_view.cpp | 105 SetDefaultPickerItemHeight(settingData.height); in RangeShow() 259 SetDefaultPickerItemHeight(settingData.height); in OptionsShow() 1021 void TextPickerDialogView::SetDefaultPickerItemHeight(const Dimension& value)
|
H A D | textpicker_model_ng.cpp | 257 void TextPickerModelNG::SetDefaultPickerItemHeight(const Dimension& value) 873 void TextPickerModelNG::SetDefaultPickerItemHeight(FrameNode* frameNode, const Dimension& value)
|
H A D | textpicker_pattern.cpp | 512 textPickerColumnPattern->SetDefaultPickerItemHeight(height); in CalculateHeight()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_text_component.h | 76 void SetDefaultPickerItemHeight(const Dimension& value) in SetDefaultPickerItemHeight() function in OHOS::Ace::PickerTextComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | textpicker_model_impl.cpp | 34 void TextPickerModelImpl::SetDefaultPickerItemHeight(const Dimension& value) in SetDefaultPickerItemHeight() function in OHOS::Ace::Framework::TextPickerModelImpl
|
H A D | textpicker_model_impl.h | 31 void SetDefaultPickerItemHeight(const Dimension& value) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textpicker_ffi.cpp | 167 TextPickerModel::GetInstance()->SetDefaultPickerItemHeight(heightDime); in FfiOHOSAceFrameworkTextPickerSetDefaultPickerItemHeight()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textpicker.h | 85 static void SetDefaultPickerItemHeight(const JSCallbackInfo& info);
|
H A D | js_textpicker.cpp | 202 JSClass<JSTextPicker>::StaticMethod("defaultPickerItemHeight", &JSTextPicker::SetDefaultPickerItemHeight); in JSBind() 939 void JSTextPicker::SetDefaultPickerItemHeight(const JSCallbackInfo& info) in SetDefaultPickerItemHeight() function in OHOS::OHOS::Ace::Framework::JSTextPicker 950 TextPickerModel::GetInstance()->SetDefaultPickerItemHeight(height); in SetDefaultPickerItemHeight()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_textpicker_modifier.cpp | 257 TextPickerModelNG::SetDefaultPickerItemHeight(frameNode, Dimension(dVal, static_cast<DimensionUnit>(dUnit))); in SetTextPickerDefaultPickerItemHeight() 265 TextPickerModelNG::SetDefaultPickerItemHeight(frameNode, height); in ResetTextPickerDefaultPickerItemHeight()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_model_test_ng.cpp | 387 * @tc.desc: Test SetDefaultPickerItemHeight
395 TextPickerModelNG::SetDefaultPickerItemHeight(AceType::RawPtr(frameNode), itemHeight);
in HWTEST_F()
|
H A D | text_picker_test_ng.cpp | 1753 * @tc.desc: Test SetDefaultPickerItemHeight, SetCanLoop, SetBackgroundColor 1771 * test method SetDefaultPickerItemHeight. in HWTEST_F() 1774 TextPickerModelNG::GetInstance()->SetDefaultPickerItemHeight(dimension); in HWTEST_F() 1854 * test method SetDefaultPickerItemHeight. in HWTEST_F()
|