Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DDevMenuManager.kt72 fun showInActivity(activity: ExperienceActivity) { in showInActivity() method in host.exp.exponent.kernel.DevMenuManager
140 showInActivity(activity) in toggleInActivity()
283 Handler().postDelayed({ showInActivity(activity) }, 2000) in maybeShowWithOnboarding()