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

  /bootable/recovery/recovery_ui/
ui.cpp 131 brightness_dimmed_value_ = max_value * brightness_dimmed_ / 100.0;
426 if (android::base::WriteStringToFile(std::to_string(brightness_dimmed_value_),
428 LOG(INFO) << "Brightness: " << brightness_dimmed_value_ << " (" << brightness_dimmed_
  /bootable/recovery/recovery_ui/include/recovery_ui/
ui.h 269 unsigned int brightness_dimmed_value_; member in class:RecoveryUI

Completed in 651 milliseconds