Home
last modified time | relevance | path

Searched refs:inputStyle_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h382 inputStyle_ = style; in SetInputStyle()
387 return inputStyle_; in GetInputStyle()
647 InputStyle inputStyle_; variable
H A Drosen_render_text_field.cpp352 if (inputStyle_ == InputStyle::INLINE) {
360 if (inputStyle_ == InputStyle::INLINE) {
369 switch (inputStyle_) {
H A Drender_text_field.cpp359 inputStyle_ = textField->GetInputStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.h110 InputStyle inputStyle_ = InputStyle::DEFAULT; variable
H A Dtext_field_overlay_modifier.cpp390 inputStyle_ = value; in SetInputStyle()