Home
last modified time | relevance | path

Searched refs:rtl_locale_ (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/recovery_ui/
Dwear_ui.cpp154 const auto& first_progress_frame = rtl_locale_ ? rtl_progress_frames_[0].get() in draw_circle_foreground_locked()
163 const auto& frame = rtl_locale_ ? rtl_progress_frames_[index].get() in draw_circle_foreground_locked()
Dscreen_ui.cpp342 rtl_locale_(false), in ScreenRecoveryUI()
478 if (rtl_locale_) { in draw_foreground_locked()
1363 rtl_locale_ = false; in SetLocale()
1376 rtl_locale_ = true; in SetLocale()
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp380 ASSERT_FALSE(ui_->rtl_locale_); in TEST_F()
408 ASSERT_TRUE(ui_->rtl_locale_); in TEST_F()
415 ASSERT_TRUE(ui_->rtl_locale_); in TEST_F()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h406 bool rtl_locale_; variable