MCPcopy 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

turnOffKeyBacklightMethod · 0.80
runMethod · 0.80

Calls 1

Tested by

no test coverage detected