Home
last modified time | relevance | path

Searched refs:InnerTestTitle (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_font/
H A Dui_test_font.cpp65 void UITestFont::InnerTestTitle(const char* title) in InnerTestTitle() function in OHOS::UITestFont
118 InnerTestTitle(" Display single line Chinese"); in UIKitFontTestDisplay001()
138 InnerTestTitle(" Display multiline Chinese"); in UIKitFontTestDisplay002()
159 InnerTestTitle(" Display single line English"); in UIKitFontTestDisplay003()
180 InnerTestTitle(" Display multiline English"); in UIKitFontTestDisplay004()
331 InnerTestTitle("Font baseline alignment"); in UIKitFontTestBaseline001()
364 InnerTestTitle(" Font baseline alignment"); in UIKitFontTestBaseline002()
399 InnerTestTitle(" Font lineheight alignment"); in UIKitFontTestLineHeight001()
549 InnerTestTitle(" Change some font colors "); in UIKitFontTestForegroundColor()
639 InnerTestTitle("Emoij"); in UIKitFontTestDisplayEmoji001()
[all …]
H A Dui_test_font.h165 void InnerTestTitle(const char* title);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_digital_clock/
H A Dui_test_digital_clock.cpp57 void UITestDigitalClock::InnerTestTitle(const char* title) in InnerTestTitle() function in OHOS::UITestDigitalClock
85 InnerTestTitle("UIDigitalClock效果"); in UIKitUIDigitalClockTestDisplay001()
99 InnerTestTitle("UIDigitalClock效果"); in UIKitUIDigitalClockTestDisplay002()
113 InnerTestTitle("设置Digital Clock颜色"); in UIKitUIDigitalClockTestSetColor()
128 InnerTestTitle("设置Digital Clock仅显示小时、分钟 "); in UIKitUIDigitalClockTestDisplayMode001()
143 InnerTestTitle("设置Digital Clock 24小时制仅显示小时、分钟 "); in UIKitUIDigitalClockTestDisplayMode002()
158 InnerTestTitle("设置Digital Clock 12小时制 "); in UIKitUIDigitalClockTestDisplayMode003()
173 InnerTestTitle("设置Digital Clock 24小时制 "); in UIKitUIDigitalClockTestDisplayMode004()
188 InnerTestTitle("设置Digital Clock不显示首位的0 "); in UIKitUIDigitalClockTestDisplayLeadingZero()
203 InnerTestTitle("设置Digital Clock透明度 "); in UIKitUIDigitalClockTestSetOpacity()
H A Dui_test_digital_clock.h44 void InnerTestTitle(const char* title);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_vector_font/
H A Dui_test_vector_font.cpp102 InnerTestTitle("CH Language"); in FontFontEngineVectorTestCHLang001()
118 InnerTestTitle("Multiline text"); in FontFontEngineVectorTestCHLang002()
133 InnerTestTitle("JA Language"); in FontFontEngineVectorTestJALang001()
149 InnerTestTitle("JA Language"); in FontFontEngineVectorTestJALang002()
165 InnerTestTitle("KR Language"); in FontFontEngineVectorTestKRLang001()
181 InnerTestTitle("VI Language"); in FontFontEngineVectorTestVILang001()
199 InnerTestTitle("CH+JA Language"); in FontFontEngineMultiLanguageTestJALang001()
236 InnerTestTitle("CH+KR Language"); in FontFontEngineMultiLanguageTestKRLang001()
258 InnerTestTitle("CH+VI Language"); in FontFontEngineMultiLanguageTestVILang001()
280 InnerTestTitle("CH+CS Language"); in FontFontEngineMultiLanguageTestCSLang001()
[all …]
H A Dui_test_vector_font.h82 void InnerTestTitle(const char* title);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_spannable_string/
H A Dui_test_spannnable_string.cpp73 void UITestSpannableString::InnerTestTitle(const char *title) in InnerTestTitle() function in OHOS::UITestSpannableString
104 InnerTestTitle(" Display singleline Chinese"); in UIKitSpannableStringTestNormal001()
124 InnerTestTitle(" Display textStyle "); in UIKitSpannableStringTestTextStyle001()
153 InnerTestTitle(" Display SetFontSize, shall be same with SetAbsoluteSizeSpan"); in UIKitSpannableStringTestFontSize001()
181 InnerTestTitle(" Display SetAbsoluteSizeSpan, shall be same with SetFontSize"); in UIKitSpannableStringTestFontSize002()
206 InnerTestTitle(" Display SetFontId, show two fontId can be found in different labels"); in UIKitSpannableStringTestFontId001()
240 InnerTestTitle(" Display SetFontId, two fontIds in one label"); in UIKitSpannableStringTestFontId002()
H A Dui_test_spannable_string.h63 void InnerTestTitle(const char *title);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp167 void UITestDialog::InnerTestTitle(const char* title) in InnerTestTitle() function in OHOS::UITestDialog
201 InnerTestTitle("测试设置较长标题、较短正文、单个较短按钮"); in UIKitDialogTest001()
216 InnerTestTitle("测试设置较短标题、较长正文、两个较短按钮"); in UIKitDialogTest002()
231 InnerTestTitle("测试设置较短标题、较短正文、单个较长按钮"); in UIKitDialogTest003()
246 InnerTestTitle("测试设置较短标题、较短正文、三个长按钮"); in UIKitDialogTest004()
261 InnerTestTitle("测试设置较短正文、自动关闭、弹框外点击事件监听"); in UIKitDialogTest005()
276 InnerTestTitle("测试只设置较长正文,点击弹框外自动关闭"); in UIKitDialogTest006()
291 InnerTestTitle("测试设置长标题,长正文,三个长按钮"); in UIKitDialogTest007()
306 InnerTestTitle("测试设置按钮颜色不带透明度"); in UIKitDialogTest008()
321 InnerTestTitle("测试设置按钮颜色带透明度"); in UIKitDialogTest009()
[all …]
H A Dui_test_dialog.h34 void InnerTestTitle(const char* title);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp60 void UITestArcLabel::InnerTestTitle(const char* title, int16_t x, int16_t y) const in InnerTestTitle() function in OHOS::UITestArcLabel
126 InnerTestTitle(title, x, positionY_); in TestArcLabelDisplay()
327 InnerTestTitle("弧形文本在0到90度之间左对齐 ", positionX_, positionY_); in UIKitUIArcLabelTestAlign001()
353 InnerTestTitle("弧形文本在0到90度之间居中对齐 ", positionX_, positionY_); in UIKitUIArcLabelTestAlign002()
379 InnerTestTitle("弧形文本在0到90度之间右对齐 ", positionX_, positionY_); in UIKitUIArcLabelTestAlign003()
H A Dui_test_arc_label.h92 void InnerTestTitle(const char* title, int16_t x, int16_t y) const;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_label/
H A Dui_test_label.h72 void InnerTestTitle(const char* title);