Home
last modified time | relevance | path

Searched defs:showCounter (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSearch.ts822 showCounter(value: boolean, options?: InputCounterOptions): SearchAttribute { method in ArkSearchComponent
DArkTextArea.ts1244 showCounter(value: boolean, options?: InputCounterOptions): TextAreaAttribute { method in ArkTextAreaComponent
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Dtext_field_component.cpp616 void TextFieldComponent::SetShowCounter(bool showCounter) in SetShowCounter()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h42 bool showCounter = false; member
835 void SetShowCounter(bool showCounter) in SetShowCounter()
/foundation/arkui/ace_engine/test/unittest/interfaces/
Dnative_node_test.cpp2001 ArkUI_NumberValue showCounter[] = {{.i32 = true}, {.f32 = 50}, {.i32 = true}}; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_search_bridge.cpp1386 auto showCounter = false; in SetShowCounter() local
Darkts_native_text_area_bridge.cpp381 auto showCounter = false; in SetShowCounter() local
Darkts_native_text_input_bridge.cpp1411 auto showCounter = false; in SetShowCounter() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js9083 showCounter(value) { method in ArkSearchComponent
12721 showCounter(value, options) { method in ArkTextAreaComponent
14291 showCounter(value, options) { method in ArkTextInputComponent