Searched refs:rtl_locale_ (Results 1 – 4 of 4) sorted by relevance
154 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()
342 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()
380 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()
406 bool rtl_locale_; variable