HomeSort by relevance Sort by last modified time
    Searched refs:current_icon_ (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/recovery_ui/
wear_ui.cpp 54 if (current_icon_ != NONE) {
screen_ui.cpp 316 current_icon_(NONE),
348 if (current_icon_ == INSTALLING_UPDATE || current_icon_ == ERASING) {
355 switch (current_icon_) {
421 if (current_icon_ != NONE) {
445 if (current_icon_ != NONE) {
771 if ((current_icon_ == INSTALLING_UPDATE || current_icon_ == ERASING) && !show_text) {
968 current_icon_ = icon;
    [all...]
  /bootable/recovery/recovery_ui/include/recovery_ui/
screen_ui.h 350 // current_icon_ points to one of the frames in intro_frames_ or loop_frames_, indexed by
352 Icon current_icon_; member in class:ScreenRecoveryUI

Completed in 3724 milliseconds