MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getMainActivity

Function getMainActivity

JUCE/modules/juce_core/native/juce_android_Threads.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342LocalRef<jobject> getMainActivity() noexcept
343{
344 return JuceActivityWatcher::getInstance().getMain();
345}
346
347//==============================================================================
348// sets the process to 0=low priority, 1=normal, 2=high, 3=realtime

Callers 15

onActivityDestroyedMethod · 0.85
PimplMethod · 0.85
setupRequiredFieldsMethod · 0.85
setupActionsMethod · 0.85
juceUrlToAndroidUriMethod · 0.85
AndroidComponentPeerMethod · 0.85

Calls 2

getInstanceFunction · 0.85
getMainMethod · 0.80

Tested by

no test coverage detected