MCPcopy Create free account
hub / github.com/apache/cordova-plugin-splashscreen / run

Method run

src/android/SplashScreen.java:102–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 // CB-11326 Ensure we're calling this on UI thread
101 cordova.getActivity().runOnUiThread(new Runnable() {
102 @Override
103 public void run() {
104 getView().setVisibility(View.INVISIBLE);
105 }
106 });
107 int drawableId = getSplashId();
108

Callers

nothing calls this directly

Calls 6

getViewMethod · 0.95
getFadeDurationMethod · 0.95
spinnerStopMethod · 0.95
isMaintainAspectRatioMethod · 0.95
spinnerStartMethod · 0.95
removeSplashScreenMethod · 0.95

Tested by

no test coverage detected