Searched defs:isScreenBright (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java500 public boolean isScreenBright() { method in class:DreamService
747 if (isScreenBright()) pw.print(" bright");
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp252 bool isScreenBright();
735 bool NativeInputManager::isScreenBright() { function in class:android::NativeInputManager
780 bool isScreenBright = this->isScreenBright(); local
804 if (!isScreenBright) {
825 if (!isScreenBright()) {

Completed in 701 milliseconds