Home
last modified time | relevance | path

Searched refs:UIEditText (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp30 class EditTextOnChangeListener : public UIEditText::OnChangeListener {
81 UIEditText* editText = new UIEditText(); in HWTEST_F()
94 UIEditText* editText = new UIEditText(); in HWTEST_F()
109 UIEditText* editText = new UIEditText(); in HWTEST_F()
128 UIEditText* editText = new UIEditText(); in HWTEST_F()
147 UIEditText* editTex in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/frameworks/core/
H A Dinput_method_manager.cpp42 UIEditText* tmpView = reinterpret_cast<UIEditText*>(view); in ShowInputMethod()
77 UIEditText* tmpView = reinterpret_cast<UIEditText*>(inputView_); in InsertText()
84 UIEditText* tmpView = reinterpret_cast<UIEditText*>(inputView_); in SetCursorIndex()
90 UIEditText* tmpView = reinterpret_cast<UIEditText*>(inputView_); in GetCursorIndex()
102 UIEditText* tmpView = reinterpret_cast<UIEditText*>(inputView in DeleteBackward()
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp30 explicit CursorAnimator(UIEditText* view) : Animator(this, view, 0, true), editText_(view) {} in CursorAnimator()
75 UIEditText* editText_ = nullptr;
79 UIEditText::UIEditText() in UIEditText() function in OHOS::UIEditText
108 UIEditText::~UIEditText() in ~UIEditText()
124 bool UIEditText::OnPressEvent(const PressEvent& event) in OnPressEvent()
130 bool UIEditText::OnLongPressEvent(const LongPressEvent &event) in OnLongPressEvent()
136 void UIEditText::DealPressEvents(bool longPressEvent, const Event &event) in DealPressEvents()
154 bool UIEditText
[all...]
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dui_test_edit_text.cpp83 label->SetText("UIEditText 效果:"); in UIKitUIEditTextTestDisplay001()
85 UIEditText* editText1 = SetupEditText("", "Name:", "editText1"); in UIKitUIEditTextTestDisplay001()
91 UIEditText* editText2 = SetupEditText("zhangsan", "Name 2:", "editText2"); in UIKitUIEditTextTestDisplay001()
96 UIEditText* editText3 = SetupEditText("", "Password:", "editText3"); in UIKitUIEditTextTestDisplay001()
103 UIEditText* editText4 = SetupEditText("", "This is a long placeholder", "editText4"); in UIKitUIEditTextTestDisplay001()
108 UIEditText* editText5 = SetupEditText("This is a long default value", "This is a long placeholder", "editText5"); in UIKitUIEditTextTestDisplay001()
120 UIEditText* UITestEditText::SetupEditText(const char* value, const char* placeholder, const char* viewId) in SetupEditText()
122 UIEditText* editText = new UIEditText(); in SetupEditText()
H A Dui_test_edit_text.h32 class UITestEditText : public UITest, public UIView::OnClickListener, public UIEditText::OnChangeListener {
48 UIEditText* SetupEditText(const char* value, const char* placeholder, const char* viewId);
H A Dcustom_input_method.h41 class UIEditTextEx : public UIEditText {
H A Dcustom_input_method.cpp124 UIEditText* paramView = reinterpret_cast<UIEditText*>(param.view); in OnShow()
/foundation/arkui/ui_lite/test/unittest/common/
H A Dinput_method_manager_unit_test.cpp72 UIEditText* editView = new UIEditText(); in HWTEST_F()
97 UIEditText* editView = new UIEditText(); in HWTEST_F()
121 UIEditText* editView = new UIEditText(); in HWTEST_F()
167 UIEditText* editView = new UIEditText(); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_edittext_component.h52 return const_cast<UIEditText *>(&edittext_);
63 UIEditText edittext_;
H A Devent_listener.h84 class ValueChangeListener final : public OHOS::UIEditText::OnChangeListener {
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h27 * @brief Declares a <b>UIEditText</b> class that represents a input edit view.
43 class UIEditText : public UIView { class
66 * @brief A constructor used to create a <b>UIEditText</b> instance.
68 UIEditText();
71 * @brief A destructor used to delete the <b>UIEditText</b> instance.
73 virtual ~UIEditText();
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_tdd_test.cpp982 UIEditText *edittext = reinterpret_cast<UIEditText *>(component->GetComponentRootView()); in HWTEST_F()
1044 UIEditText *edittext = reinterpret_cast<UIEditText *>(component->GetComponentRootView()); in HWTEST_F()
1105 UIEditText *edittext = reinterpret_cast<UIEditText *>(component->GetComponentRootView()); in HWTEST_F()
1160 UIEditText *edittext = reinterpret_cast<UIEditText *>(component->GetComponentRootView()); in HWTEST_F()
1211 UIEditText *edittext = reinterpret_cast<UIEditText *>(componen in HWTEST_F()
[all...]

Completed in 7 milliseconds