/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | search_model_impl.cpp | 348 decoration->SetBorder(boxBorder); in UpdateDecorationStyle() 351 border.SetLeftEdge(boxBorder.Left()); in UpdateDecorationStyle() 352 border.SetRightEdge(boxBorder.Right()); in UpdateDecorationStyle() 353 border.SetTopEdge(boxBorder.Top()); in UpdateDecorationStyle() 354 border.SetBottomEdge(boxBorder.Bottom()); in UpdateDecorationStyle() 371 border.SetTopLeftRadius(boxBorder.TopLeftRadius()); in UpdateDecorationStyle() 372 border.SetTopRightRadius(boxBorder.TopRightRadius()); in UpdateDecorationStyle() 373 border.SetBottomLeftRadius(boxBorder.BottomLeftRadius()); in UpdateDecorationStyle() 374 border.SetBottomRightRadius(boxBorder.BottomRightRadius()); in UpdateDecorationStyle() 434 Border boxBorder; in PrepareSpecializedComponent() local [all …]
|
H A D | text_field_model_impl.cpp | 57 Border boxBorder; in CreateTextInput() local 63 boxBorder = boxComponent->GetBackDecoration()->GetBorder(); in CreateTextInput() 65 JSTextField::UpdateDecoration(boxComponent, textInputComponent, boxBorder, theme); in CreateTextInput() 143 Border boxBorder; in CreateTextArea() local 147 boxBorder = boxComponent->GetBackDecoration()->GetBorder(); in CreateTextArea() 155 UpdateDecoration(boxComponent, textAreaComponent, boxBorder, theme); in CreateTextArea() 526 const RefPtr<TextFieldComponent>& component, const Border& boxBorder, in UpdateDecoration() argument 541 border.SetLeftEdge(boxBorder.Left()); in UpdateDecoration() 542 border.SetRightEdge(boxBorder.Right()); in UpdateDecoration() 543 border.SetTopEdge(boxBorder.Top()); in UpdateDecoration() [all …]
|
H A D | search_model_impl.h | 90 const Border& boxBorder, bool hasBoxRadius);
|
H A D | text_field_model_impl.h | 105 const Border& boxBorder, const RefPtr<TextFieldTheme>& textFieldTheme);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_popup.cpp | 209 auto boxBorder = boxComponent_->GetBackDecoration()->GetBorder(); in PrepareSpecializedComponent() local 210 popupChild_->GetPopupParam()->SetBorder(boxBorder); in PrepareSpecializedComponent() 212 border.SetTopLeftRadius(boxBorder.TopLeftRadius()); in PrepareSpecializedComponent() 213 border.SetTopRightRadius(boxBorder.TopRightRadius()); in PrepareSpecializedComponent() 214 border.SetBottomLeftRadius(boxBorder.BottomLeftRadius()); in PrepareSpecializedComponent() 215 border.SetBottomRightRadius(boxBorder.BottomRightRadius()); in PrepareSpecializedComponent()
|
H A D | dom_input.cpp | 310 … const std::map<std::string, std::string>& styles, const Border& boxBorder, DOMInput& input) { in UpdateSpecializedComponentStyle() 316 … const std::map<std::string, std::string>& styles, const Border& boxBorder, DOMInput& input) { in UpdateSpecializedComponentStyle() 321 … const std::map<std::string, std::string>& styles, const Border& boxBorder, DOMInput& input) { in UpdateSpecializedComponentStyle() 323 … boxComponent, AceType::DynamicCast<TextFieldComponent>(component), styles, boxBorder, input); in UpdateSpecializedComponentStyle() 327 … const std::map<std::string, std::string>& styles, const Border& boxBorder, DOMInput& input) { in UpdateSpecializedComponentStyle() 329 … boxComponent, AceType::DynamicCast<TextFieldComponent>(component), styles, boxBorder, input); in UpdateSpecializedComponentStyle() 333 … const std::map<std::string, std::string>& styles, const Border& boxBorder, DOMInput& input) { in UpdateSpecializedComponentStyle() 339 … const std::map<std::string, std::string>& styles, const Border& boxBorder, DOMInput& input) { in UpdateSpecializedComponentStyle() 345 … const std::map<std::string, std::string>& styles, const Border& boxBorder, DOMInput& input) { in UpdateSpecializedComponentStyle() 352 … const std::map<std::string, std::string>& styles, const Border& boxBorder, DOMInput& input) { in UpdateSpecializedComponentStyle() [all …]
|
H A D | dom_textarea.cpp | 350 Border boxBorder = backDecoration->GetBorder(); in UpdateDecoration() local 353 decoration->SetBorder(boxBorder); in UpdateDecoration() 356 border.SetLeftEdge(boxBorder.Left()); in UpdateDecoration() 357 border.SetRightEdge(boxBorder.Right()); in UpdateDecoration() 358 border.SetTopEdge(boxBorder.Top()); in UpdateDecoration() 359 border.SetBottomEdge(boxBorder.Bottom()); in UpdateDecoration() 372 border.SetTopLeftRadius(boxBorder.TopLeftRadius()); in UpdateDecoration() 373 border.SetTopRightRadius(boxBorder.TopRightRadius()); in UpdateDecoration() 374 border.SetBottomLeftRadius(boxBorder.BottomLeftRadius()); in UpdateDecoration() 375 border.SetBottomRightRadius(boxBorder.BottomRightRadius()); in UpdateDecoration()
|
H A D | dom_search.cpp | 322 Border boxBorder; in PrepareSpecializedComponent() local 326 boxBorder = boxComponent_->GetBackDecoration()->GetBorder(); in PrepareSpecializedComponent() 334 …DOMTextFieldUtil::UpdateDecorationStyle(boxComponent_, textFieldComponent_, boxBorder, hasBoxRadiu… in PrepareSpecializedComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_textfield_util.cpp | 207 const Border& boxBorder, const DOMInput& node) in SetChildStyle() argument 325 UpdateDecorationStyle(boxComponent, component, boxBorder, hasBoxRadius); in SetChildStyle() 336 decoration->SetBorder(boxBorder); in UpdateDecorationStyle() 339 border.SetLeftEdge(boxBorder.Left()); in UpdateDecorationStyle() 340 border.SetRightEdge(boxBorder.Right()); in UpdateDecorationStyle() 341 border.SetTopEdge(boxBorder.Top()); in UpdateDecorationStyle() 342 border.SetBottomEdge(boxBorder.Bottom()); in UpdateDecorationStyle() 359 border.SetTopLeftRadius(boxBorder.TopLeftRadius()); in UpdateDecorationStyle() 360 border.SetTopRightRadius(boxBorder.TopRightRadius()); in UpdateDecorationStyle() 361 border.SetBottomLeftRadius(boxBorder.BottomLeftRadius()); in UpdateDecorationStyle() [all …]
|
H A D | dom_textfield_util.h | 41 … const std::map<std::string, std::string>& styles, const Border& boxBorder, const DOMInput& node); 44 const RefPtr<TextFieldComponent>& component, const Border& boxBorder, bool hasBoxRadius);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.h | 90 const Border& boxBorder, const RefPtr<TextFieldTheme>& textFieldTheme);
|
H A D | js_textfield.cpp | 1159 const RefPtr<TextFieldComponent>& component, const Border& boxBorder, in UpdateDecoration() argument 1173 border.SetLeftEdge(boxBorder.Left()); in UpdateDecoration() 1174 border.SetRightEdge(boxBorder.Right()); in UpdateDecoration() 1175 border.SetTopEdge(boxBorder.Top()); in UpdateDecoration() 1176 border.SetBottomEdge(boxBorder.Bottom()); in UpdateDecoration()
|