Home
last modified time | relevance | path

Searched defs:inputStyle (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_paint_method.cpp180 InputStyle inputStyle = paintProperty->GetInputStyleValue(InputStyle::DEFAULT); in UpdateOverlayModifier() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h94 InputStyle inputStyle; member
220 void SetInputStyle(InputStyle inputStyle) in SetInputStyle()