Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/unittest/components/
Dui_dialog_unit_test.cpp140 const char* buttonText = "button"; variable
206 const char* buttonText = "button"; variable
/foundation/arkui/ace_engine/frameworks/core/components/search/
Drosen_render_search.cpp89 auto buttonText = renderSearchBox_->GetFirstChild(); in Paint() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
Djs_dialog.cpp130 char *buttonText = JSI::GetStringProperty(buttonObject, buttonTextKey); in ParseButton() local
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
Dui_test_arc_label.cpp181 UILabelButton* UITestArcLabel::GetTestUIButton(const char* buttonText, int16_t x, int16_t y, const … in GetTestUIButton()
/foundation/arkui/ui_lite/test/uitest/test_button/
Dui_test_button.cpp637 UILabelButton* GetTestUIButton(const char* buttonText, int16_t x, int16_t y, UIButton* button, cons… in GetTestUIButton()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
Dtimepicker_dialog_view.cpp1228 auto buttonText = isNext ? pickerTheme->GetNextText() : pickerTheme->GetPrevText(); in GetDialogAgingButtonText() local
1238 auto buttonText = isConfirm ? dialogTheme->GetConfirmText() : dialogTheme->GetCancelText(); in GetDialogNormalButtonText() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Ddialog_component.cpp775 std::string buttonText; in BuildButtonsForWatch() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_dialog_view.cpp1727 auto buttonText = isNext ? pickerTheme->GetNextText() : pickerTheme->GetPrevText(); in GetDialogAgingButtonText() local
1737 auto buttonText = isConfirm ? dialogTheme->GetConfirmText() : dialogTheme->GetCancelText(); in GetDialogNormalButtonText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Ddatepicker_dialog_view.cpp2308 auto buttonText = isNext ? pickerTheme->GetNextText() : pickerTheme->GetPrevText(); in GetDialogAgingButtonText() local
2318 auto buttonText = isConfirm ? dialogTheme->GetConfirmText() : dialogTheme->GetCancelText(); in GetDialogNormalButtonText() local