Searched refs:IsTextVisible (Results 1 – 6 of 6) sorted by relevance
172 ShowText(!IsTextVisible()); in ProcessKey()299 if (is_long_press && !IsTextVisible()) { in CheckKey()304 if (is_long_press && IsTextVisible()) { in CheckKey()327 return IsTextVisible() ? ENQUEUE : IGNORE; in CheckKey()
517 int visible = ui->IsTextVisible(); in get_menu_selection()814 wipe_data(ui->IsTextVisible(), device); in prompt_and_wait()815 if (!ui->IsTextVisible()) return Device::NO_ACTION; in prompt_and_wait()819 wipe_cache(ui->IsTextVisible(), device); in prompt_and_wait()820 if (!ui->IsTextVisible()) return Device::NO_ACTION; in prompt_and_wait()843 } else if (!ui->IsTextVisible()) { in prompt_and_wait()1091 if ((status != INSTALL_SUCCESS && !sideload_auto_reboot) || ui->IsTextVisible()) { in main()
60 virtual bool IsTextVisible() = 0;
47 bool IsTextVisible();
136 bool IsTextVisible() { return false; } in IsTextVisible() function in FakeUI
677 bool ScreenRecoveryUI::IsTextVisible() { in IsTextVisible() function in ScreenRecoveryUI