Home
last modified time | relevance | path

Searched refs:isShownInActivity (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DDevMenuManager.kt226 fun isShownInActivity(activity: ExperienceActivity): Boolean { in isShownInActivity() method in host.exp.exponent.kernel.DevMenuManager
250 if (isShownInActivity(activity)) { in maybeResumeHostWithActivity()
279 if (shouldShowOnboarding() && !isShownInActivity(activity)) { in maybeShowWithOnboarding()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt292 if (currentActivity === this && devMenuManager.isShownInActivity(this)) { in <lambda>()