Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ setKeyBacklight
Method
setKeyBacklight
android/src/org/coolreader/crengine/Engine.java:765–768 ·
view source on GitHub ↗
(int value)
Source
from the content-addressed store, hash-verified
763
}
764
765
public
boolean setKeyBacklight(
int
value) {
766
// thread safe
767
return
setKeyBacklightInternal(value);
768
}
769
770
final
static
int
CACHE_DIR_SIZE = 32000000;
771
Callers
2
turnOffKeyBacklight
Method · 0.80
run
Method · 0.80
Calls
1
setKeyBacklightInternal
Method · 0.95
Tested by
no test coverage detected