Home
last modified time | relevance | path

Searched refs:shouldCreateLoadingView (Results 1 – 3 of 3) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DHomeActivity.kt87 override fun shouldCreateLoadingView(): Boolean { in shouldCreateLoadingView() method in host.exp.exponent.experience.HomeActivity
H A DReactNativeActivity.kt107 protected open fun shouldCreateLoadingView(): Boolean { in <lambda>() method in host.exp.exponent.experience.ReactNativeActivity
123 if (shouldCreateLoadingView()) { in <lambda>()
H A DExperienceActivity.kt345 if (!shouldCreateLoadingView()) { in <lambda>()