MCPcopy Create free account
hub / github.com/cinder/Cinder / setKeepScreenOn

Method setKeepScreenOn

src/cinder/android/app/CinderNativeActivity.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void CinderNativeActivity::setKeepScreenOn( bool keepScreenOn )
223{
224 JniHelper::Get()->CallVoidMethod( getInstance()->getJavaObject(), Java::setKeepScreenOn, (jboolean)keepScreenOn );
225}
226
227void CinderNativeActivity::setFullScreen( bool fullScreen )
228{

Callers 3

prepareSettingsFunction · 0.45
prepareSettingsFunction · 0.45
prepareSettingsFunction · 0.45

Calls 2

CallVoidMethodMethod · 0.80
getJavaObjectMethod · 0.80

Tested by 2

prepareSettingsFunction · 0.36
prepareSettingsFunction · 0.36