Searched refs:setText (Results 1 – 8 of 8) sorted by relevance
21 tv.setText(stringFromJNI()); in onCreate()
54 textView.setText("Count: " + count); in createUpdateViewThread()
57 label->setText({&translation[0], &translation[strlen(translation)]}); in translate()
54 .setText({&*confirmationMessage_.begin(), &*confirmationMessage_.end()}); in setConfirmationMessage()
76 .setText({&*confirmationMessage_.begin(), &*confirmationMessage_.end()}); in setConfirmationMessage()
98 textView.setText("count: " + count); in createBusyThread()
184 confirmationMessage.setText( in ConfigSelector()345 getConfigSelector().confirmationMessage.setText((String) element.getValue()); in setDefaultValues()
79 void setText(text_t text) { text_ = text; } in setText() function