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

/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp250 bool isScreenBright();
848 bool NativeInputManager::isScreenBright() { function in class:android::NativeInputManager
876 bool isScreenBright = this->isScreenBright(); local
892 if (!isScreenBright) {
927 if (!isScreenBright()) {
/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java2140 boolean isScreenBright() { method in class:PowerManagerService

Completed in 50 milliseconds